I was writing a few days ago about a mySQL problem, that I never resolved, I think now that that was related to my present PHP problem.
I have just started to go through "Beginning PHP, Apache, MySQL Web Development" I have installed Apache, PHP and mySQL on my computer. I get a positive response for the test files, index.html and phptest.php "If this works we did it" and "If this works we really did it".
Going on to chapter 2 I have no problems with the section, 'using PHP within HTML'. However, when getting on to 'Using URL Variables' either writing out the code myself or pasting in the code downloaded from Wrox, I can't get it to work. i.e. when you have the file, movie1.php displayed in the browser, and "click here to see information about my favorite movie!" I get "page cannot be found". The address bar reads
http://localhost/moviesite.php?favmovie=
I read the part about register_globles and I have tried it both with that 'On and Off' I've tried many other things too but to no avail.
Any ideas?
Regards, Henry