Is there anything that I can use to test PHP?

Cully W

New member
Like, to test HTML, you'd write it, and save it as an HTM document, and bring it up in a browser. Is there something like that for PHP?
I know how to make a PHP file, I know some HTML. I want to test it, as in type in "<?php
echo "You wouldn't believe this";
?> " and see "You Wouldn't Believe This" in my browser, or an application of that sort.
I have Vista Home, and am downloading Apache and PHP, from what I've heard, this should help.
 
Back
Top