Hey all,
Coming to the funner side of Flash and will be starting to implement PHP. I have installed PHP and Apache. I have put some simple PHP code in Dreamweaver, but when I preview it, I only see the source displayed...not what I want to see. Below is the code that is on my .php file.
<?php
echo date("l, F, js, Y");
?>
Can anyone tell me how to fix this?
Thank you.