PHP Testing

Help!
I am newbie. I am trying to setup a web server on my computer at home, with Apache 2.0. My machine is running Windows XP pro. I updated the machine with the lastes service pack.

I installed Apache and it works fine. The test page comes up properly.

I installed PHP and trying to test it. I just get the test code displayed. <? php phpinfo();?>

Any help on what to do?

P.S. I am not sure what directory to save the php tets file in. I save it in several places, in the Apache directory, in the programs directory.

Any help will be appreciated.

Thanks

technically you don’t even need php. just <? will do. He doesn’t have PHP running on his server because if he didn’t then we would get a parse error and he wasn’t experiencing that…