got as far as the first Web form Example in the book - an example called fav.html/fav.php. In the html Form is an action command scripted as follows: <form action="fav.php" method="post">....... variables used within the form components are "username","colour" and "dish"......
These are referenced in the .php file as $username, $colour and $dish.
Am running Apache 1.3.27 on Win XP and everything seems to be configured correctly as described in the book yet when I try send the reguest to the server from the .html page instead of getting the values that should have been passed to the variable am getting complier error messages indicating that the variables are 'undefined'. My code for this and others are exactly as printed but the results are not as illustrated.
If you can figure out where I'm coming from on this (or if indeed you have this book yourself) perhaps you might be able to help!!!!!