PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
That should be as straightforward as it gets. But php tells me the index 'form' is undefined. But here's the kicker, when I look at the contents of the post array using firebug, they are as they should be with the 'form' variable present. I've checked to see if its just 'form' thats missing, but no, the entire array is empty according to php.
I've just changed that. I was actually about to mark this is resolved as I finally worked out the problem this morning. It turns the problem was purely that I hadn't added 'session_start()' in the form handler and so the query was running ok but the reponse was being lost