Hi guys,
I developed a website using xampp local host, and I used a class that extends Thread interface, and every thing was working fine,
but after I host my website using host monster, the php page didn't work, and when I checked if thread class or interface are exist using class_exists() and interface_exists() I got false for both, so I think that is my problem,
so I'm wondering if there is any way to upload this class to the server or to my php files to be used.
note: to make Thread class works on xampp I needed to add some php classes like pthread. so I'm wondering if I have to add them again to the php files in the server.
many thanks in advance.
I developed a website using xampp local host, and I used a class that extends Thread interface, and every thing was working fine,
but after I host my website using host monster, the php page didn't work, and when I checked if thread class or interface are exist using class_exists() and interface_exists() I got false for both, so I think that is my problem,
so I'm wondering if there is any way to upload this class to the server or to my php files to be used.
note: to make Thread class works on xampp I needed to add some php classes like pthread. so I'm wondering if I have to add them again to the php files in the server.
many thanks in advance.