-
PHP in wamp5
Excuse me if this is the wrong place to post but I'm new to PHP and WAMP5. None of my scripts work but they work online. I'm placing them in the www folder. Is there something wrong with the following script? Thanks.
Dan
<HTML>
<HEAD>
<TITLE>My First PHP Page</TITLE>
</HEAD>
<BODY>
<?php
echo "Hello World!";
?>
</BODY>
</HTML>
-
-
There is nothing wrong with the script you posted, but did you make sure that the file has .php as the extension instead of .html or other?
Hope this helps.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks