- May 13, 2003
- 13,704
- 7
- 81
I have a project that involves PHP, HTML, and MySQL that works fine on one server, but not on another. The server that works is the university's Computer Science server, and the server that it doesn't is a server I'm building for development.
What happens, or doesn't happen to be more specific, is that when I click on a submit button anywhere in the form, nothing happens. I have all the major stuff setup on the new server, and phpinfo() works correctly. I guess the next step is an in-depth stare-and-compare between the phpinfo() returns.
Just wondering if there are any ideas for something simple I'm missing...
Link to working project...
What happens, or doesn't happen to be more specific, is that when I click on a submit button anywhere in the form, nothing happens. I have all the major stuff setup on the new server, and phpinfo() works correctly. I guess the next step is an in-depth stare-and-compare between the phpinfo() returns.
Just wondering if there are any ideas for something simple I'm missing...
Link to working project...