website PHP form not Working

by 4 replies
5
Hi, I have a issue with my website PHP form. That form is working well on one webiste. But when I added that form on another website then its not working.

Another problem is that all PHP pages that is available on my system is not able to work earlier ......I am not able to find the fault......

Please suggest some resolution
#programming #form #php #website #working
  • Is PHP installed on that particluar server? Also, has the page that has this php code on it got the .php extension?
  • Andy has probably hit the nail on the head - your server may not have PHP on it.

    An easy way to check is to create a simple PHP file with the following code:

    Save this as "test.php" and i[load it to your server. Now go to your web browser and run the file.

    If your server has PHP you will get a full screen listing all the PHP settings and parameters. If you don't get anything then PHP is not installed on your server.

    Bill
    • [1] reply
    • Please send us more details about the server and script so we can work it out
  • Hi,

    If PHP is installed on the new server , then check the PHP Versions in both the servers.

    As you said the script works fine in old server & not in the new one , then probably the new server might have got some libraries missing in the PHP installations.

    I would be happy to help in this case.

Next Topics on Trending Feed

  • 5

    Hi, I have a issue with my website PHP form. That form is working well on one webiste. But when I added that form on another website then its not working. Another problem is that all PHP pages that is available on my system is not able to work earlier ......I am not able to find the fault......