php-general | 2000071
Date: 07/14/00
- Next message: O.: "Re: [PHP] Sorting a Two-Dimensional Array"
- Previous message: Ben Gollmer: "Re: [PHP] HTML and editing"
- Next in thread: idban secandri: "Re: [PHP] newbie problem - code shows no output"
- Reply: idban secandri: "Re: [PHP] newbie problem - code shows no output"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: O.: "Re: [PHP] Sorting a Two-Dimensional Array"
- Previous message: Ben Gollmer: "Re: [PHP] HTML and editing"
- Next in thread: idban secandri: "Re: [PHP] newbie problem - code shows no output"
- Reply: idban secandri: "Re: [PHP] newbie problem - code shows no output"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

