all running but blank screen!!!
Posted by: Kilian (---.pp.htv.fi)
Date: February 12, 2006 10:57PM

Hi,

I am a bloody beginner with php!

I installed wamp5 1.6.1 and all services are running!
now I wanted to test my skills and wrote the following:

<html>
<head>
<title>Hello in PHP</title>
</head>
<body>

<? php
print “Hello, world!”;
phpInfo();
?>

</body>
</html>

...and saved it in the www folder as hello.php.

but when I am addressing [localhost] in internet explorer I just get a blank screen!!! (although it says in the title 'hello in php')

when I am just addressing localhost I get some wamp5 site. so this works...

what am I doing wrong?

Can please somebody help me!?

thanks a lot...

Kilian


Options: ReplyQuote
Re: all running but blank screen!!!
Posted by: CyberSpatium (---.hsd1.or.comcast.net)
Date: February 13, 2006 02:53PM

php is case sensative, so chage your phpInfo(); line to phpinfo(); (all lower case).

Options: ReplyQuote


Sorry, only registered users may post in this forum.