php-windows | 2002071
Date: 07/03/02
- Next message: Shrock, Court: "RE: [PHP-WIN] Is it possible to get a hostname?"
- Previous message: R.S. Herhuth: "[PHP-WIN] Is it possible to get a hostname?"
- In reply to: Arthur: "[PHP-WIN] Beginner question - blank php page"
- Next in thread: Shrock, Court: "RE: [PHP-WIN] Beginner question - blank php page"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Shrock, Court: "RE: [PHP-WIN] Is it possible to get a hostname?"
- Previous message: R.S. Herhuth: "[PHP-WIN] Is it possible to get a hostname?"
- In reply to: Arthur: "[PHP-WIN] Beginner question - blank php page"
- Next in thread: Shrock, Court: "RE: [PHP-WIN] Beginner question - blank php page"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

