View Single Post
  #1 (permalink)  
Old October 7th, 2003, 03:02 PM
mkoohian mkoohian is offline
Registered User
 
Join Date: Oct 2003
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Beginning PHP4 (C/S problem)

Hi,
I was trying the simple examples in Chapter 2. On page 51, I am able to see the result of the PHP script (number of days) but if I do view source, I don't get any HTML. It would only show me the actual PHP script in notepad.
More importantly, In chapter 3 page 76-77. In the browser I don't see the Author's name when it comes back from the server. Meaning that I type it in at the prompt and press submit. On the next screen in the address line I see: http://locaalhost/text.php?Author=john but I don't see the word "John" in the client browser.
I am using Windows XP (with IIS installed) and client and server both on the same machine. I also tried it on Windows Advanced Server 2000 and the same result. The example on page 92 doesn't work either. I haven't tried others but I assume the same for them.
What am I missing?
Thanks
Merdaad


Reply With Quote