First, you're using backslashes in your URL, you should be using forward slashes. The browser will usually correct this, but FYI.
In httpd.conf did you add the .php association?
Code:
AddType application/x-httpd-php .php
Add lines like this to tell php to parse your files. Be sure to restart Apache after any modifications to httpd.conf. Although I don't know why it would be giving you a download dialouge, if it doesn't recognize php it should just be exposing the source to you. What does phptest.php have in it? I assume a call to phpinfo() ?
I don't have the book, I have no desire to buy it and no time (or desire FTM) to download and sift through the code and errata. If this suggestion does nothing for you, walk us through what you did step-by-step.
Regards,
Rich
::::::::::::::::::::::::::::::::::::::::::
The Spicy Peanut Project
http://www.spicypeanut.net
::::::::::::::::::::::::::::::::::::::::::