[PHP] PHP and PWS

2001-08-29 Thread frank clarke
I downloaded and installed PHP 4.06. The readme file says that the auto install prog setsup PHP to work with PWS and sets up php.ini. However, when I look at php.ini, there are no entries for these two parameters ; The root of the PHP pages, used only if nonempty. doc_root= ; The directory under

[PHP] PWS

2001-08-28 Thread frank clarke
I have installed PHP CGI 4.0 on my Win 98 machine with PWS and tried this script that I put in the wwwroot directory and called test.php3: html body ?php $myvar = Hello World; echo $myvar; ? /body /html I called the page from my browser like this: http://localhost/test.php3 The page