Hi,
I setup an application which uses forms and PHP on the server side.
I have to pages:
– the first one (html) with a simple text field to collect an ID and a Button “Send” to submit the form
– the second page (php) collects data from mysql based on the ID, returns the data and prints it on the screen
Everything works fine if I test the application with Google Chrome an hit the Enter Button, instead of pressing the “Send” Botton on the screen.
If I press the Button “Send” I get the message “Loading …” but nothing happens.
What’s wrong?
Thanks
Christopher