website PHP form not Working

4 replies
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
#form #php #website #working
  • Profile picture of the author AndyBlackSEO
    Is PHP installed on that particluar server? Also, has the page that has this php code on it got the .php extension?
    Signature
    [FREE SEO TOOL] Build 29 Effective, High Authority Backlinks that Will Increase Your Google Rankings in 2020... CLICK HERE ...
    ... Instant backlinks that can get you results within 24-72hrs.
    {{ DiscussionBoard.errors[1454369].message }}
  • Profile picture of the author mywebwork
    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:

    <?php phpinfo(); ?>
    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
    {{ DiscussionBoard.errors[1455265].message }}
    • Profile picture of the author techgirl
      Please send us more details about the server and script so we can work it out
      {{ DiscussionBoard.errors[1455560].message }}
  • Profile picture of the author phptechie
    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.
    {{ DiscussionBoard.errors[1458413].message }}

Trending Topics