recently i sucessfully installed php mysql and apache server on my windows XP machine. one click and it was working just like they said. i did my usual "hello world" program and then the phpinfo() script. then i started to write a simple guestbook program in order to learn the basics of php (and cuz i wanted a guestbook too).
while testing a file read to a flat non-mysql file i decided to write a way simple read file/print file script and run it by itself. nothing happened. went back to try the "hello world" and phpinfo() scripts and the won't run... just blank screens.
the funny thing? php WILL run in my guestbook script after the form is filled out and the isset($_POST['submit']) turns to TRUE.
another test i did. i at the bottom of my simple(and working) guestbook script, i put a simple <?php phpinfo();?>...... according to my limited knowledge, this script should run with the page, should it not? unfortunately, it only runs, once again, AFTER the submit button is pressed, even though it is in no way connected to the form.....
i'm at a loss....