I'm learning PHP and I'm trying to read input boxes from an HTML form that uses the POST method to call my PHP script. When I try to use the variables, say an input box called name with $name, I get a blank value. I've tried using the GET method and I get the same results, blank values.
Any help would be appreciated.
Thanks
Javier Soques