Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jul 2000 17:54:51 -0400
From:      David Banning <David@www3.pacific-pages.com>
To:        questions@freebsd.org
Subject:   newbie of php problem - code shows no output
Message-ID:  <396F8C2B.7659F647@www3.pacific-pages.com>

next in thread | raw e-mail | index | archive | help


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?


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?396F8C2B.7659F647>