Justtechjobs.com Find a programming school near you






Online Campus Both


php-windows | 2002071

[PHP-WIN] Re: Beginner question - blank php page From: Arthur (artzan <email protected>)
Date: 07/03/02

My setup:

Win98
Apache 1.3 (docs say v2 not work on win98)
PHP4
File = htdocs/test.php (test.html works fine)
Code:
<html>
<body>
<?php
$myvar = "Hello World1";
echo $myvar;
print ("Hello World 2");
?>
</body>
</html>

--
-----------------------------------------------------
Click here for Free Video!!
http://www.gohip.com/free_video/

"Arthur" <artzan <email protected>> wrote in message news:20020703124855.28151.qmail <email protected> > Just installed php for the first time. Called up a hello wold page and the > page is blank. Can someone tell me what I'm doing wrong? > > TIA Arthur > > -- > ----------------------------------------------------- > Click here for Free Video!! > http://www.gohip.com/free_video/ > > >

-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php