Hi I'm very new to PHP. (have just bought the book "PHP and MySQL Web Deelopment") SAMS authors Luke Welling and Laura Thompson
I working with the examples in the book. I have loaded MySQL, Apache and PHP onto a NT server. All the test passed as per the examples in the book. Working with the the first example in chapter one. I have the HTML document that when the quantities are entered the "processorder.php" should be called to show the results and do some calcs. what happens is that the php file is called but I get an error message: "Warning: Undefined variable typeqty in C:\apache group\apache\htdocs\processorder.php on line 23" this varialbe is defined in the html document exactly as in the php document. now this warning is repeated for all the variables that should have been passed to the php for processing. What am I missing ? thank you in advance Hendrik van Niekerk -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php