GET$/testemail.php?
( $ only adds a space in the wifi radio)
The response from my website is:
[syntax]<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Test</title>
</head>
<body>
Hello World</body>
</html> [/syntax]
The code in the actually php file is:
Code: Select all
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Test</title>
</head>
<body>
<?php echo "Hello World";
?>
</body>
</html>
Is there something other than GET I should be using? I tried sending the complete URL including /testemail.php but it returns and error.
Thanks