Blank White Page
Posted by: matta (---.client.mchsi.com)
Date: June 06, 2009 08:09AM

When I goto [localhot] or 127.0.0.1 I get the WAMPSERVER server configuration page telling me Apache version, php version, mysql version, loaded extensions, etc.

Well the test page I made was:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"[www.w3.org];

<html xmlns="[www.w3.org];
<head>
<title>Hello World</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<?php print "Hello, World!"; ?>
</body>
</html>

Displays just a blank white page. It is a .php file as well.

EDIT: nevermind....problem solved



Edited 1 time(s). Last edit at 06/06/2009 09:35AM by matta.

Options: ReplyQuote


Sorry, only registered users may post in this forum.