Yesterday, I was messing with my HTML(I am using the .php extension of course) Document, tweaking with PHP variables and all manner of fun things. Everything worked fine. Even got global variables to stop being a pain with a little snippet my friend gave me. So that is to say, everything was working fine yesterday.
Today I boot up my computer like any other day and now my computer won't recognize PHP script. My test page, which I was testing my scripts on yesterday, was changed in no way since last night.. I fire it up today and none of the scripts in the document are working at all.
On the browser, it displays the code within my <?php ?> tag, but of course not the <?php ?> part. Which I suppose leads me to belive that my computer isn't recognizing PHP script anymore why I don't know and that's why I'm asking for some assistance.
Specs:
PHP Version 5.0.2
Apache/2.0.52 (Win32) PHP/5.0.2
I also have SQL installed, but am not running it at the moment.
Any help anyone can provide = Much appriciated. Thank you.