Simple Test Failure, What have I done wrong with Wampserver?
Posted by: jPaulB (---.dsl.bell.ca)
Date: April 29, 2013 08:04PM

Hi folks,

I've just made a pretty simple test through wampserver... saved in C:\Wamp\www\PHP_Test\index.php, and opened through the browser window that wampservers' menu calls "localhost".

This is the content of the index.php document:


<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>

<?php
echo "Hello World.";
?>
How are you?

</body>
</html>

The result of the test was to simply display the text of index.php

What am I doing wrong?

Many thanks
-Paul-



Edited 1 time(s). Last edit at 04/30/2013 02:22AM by jPaulB.

Options: ReplyQuote


Sorry, only registered users may post in this forum.