Hi guys,
I'm in search of a PHP guru to help me with a problem. Here it is: I have a particular script that will not run on my server, but will on another server hosted elsewhere. I've looked at my php.ini file, but I can't get the other host php.ini file, the only thing I can get is the output of phpinfo.php - Is there a way that I can modify my php.ini based on the other server host's phpinfo.php details? If so, what's the easiest way to do so? I'v tried going line by line and it looks like it will take me forever trying to find the variables from my php.ini file, then go to the browser for the phpinfo.php output. I hope I'm not confusing anyone with my question.
Bottom line is on my server I install the script as per the instructions, but whenever I click on any link such as (registration, login, etc) nothing happens. It look as if the no matter what I click on, the script remains on the index.php file. I've checked the requirements (PHP 4 and MySQL 4) which match my server, still it does not work. I don't know what to do at this point and don't wanna have to pay a virtual host service provider just to host that script when I have my own server to do so.
So, please any input will be greatly appreciated.
Thanks !!