My last meesage contains incorrect php syntax..sorry.  Request for help:

This does not work:

<?php "This is a test"; ?>

However, this works:

<?php phpinfo(); ?>

And this works:

<?php
echo "This is a test";
phpinfo();
?>

Then AFTER running the one before, this works:

<?php echo "This is a test"; ?>

Until a new browser window is started

- John

Windows 2000 Professional
Apache 1.3.22
IIS running only as FTP server 





_____________________________________________________________
Get a free email account at http://freemail.wwwddd.com

_____________________________________________________________
Run a small business? Then you need professional email like [EMAIL PROTECTED] from 
Everyone.net  http://www.everyone.net?tag

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

Reply via email to