Ok, I'm VERY new to php, and I have one question.
I bought "Sam's PHP, MySQL, and Apache All in One" and I am literally stuck on the install and configure phase. It eventually tells me to create a file in the "htdocs" folder which is where my "http://localhost" is set to. My problem is, it tells me to create a file called "phpinfo.php". So I open up notepad and type in the following code.
<?php
phpinfo();
?>
and save as "phpinfo.php". The problem is, when I save it, it is still just a text file and viewing "http://localhost/phpinfo.php" gives the the "No page exists" message. The funnier part is, after I save it, it's still just a text file, not an internet page like if you saved something as ".html"
If anyone can help me please do, I'm pretty sure I've done everything right, but now I'm confused =(