Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2000071

[PHP] newbie problem - code shows no output From: David Banning (David <email protected>)
Date: 07/14/00

Hi - I am starting out 1st time with PHP4 - just installed.

My first script called test.php4 gives a blank screen in Netscape;

<html>

<body>

<?php

$myvar = "Hello World";
echo $myvar;

?>

</body>

</html>

I know the code is there, as when I save the netscape screen to a file,
the code is there. Any idea what could cause this?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>