This is what I have.
Windows ME with PWS 4
PHP4
and MySQL which I haven't gotten far enough to test yet.
The simple example to test if PHP is working is <? phpinfo() ?> Saved as
test.php it should return a configuration table in my browser, (MSIE6) but
doesn't.
What I see is, a DOS window opens and tons of code flies by, then the window
closes. The Browser home page does not even change.
I had to manually go into the Registry to set PHP as the associated app to
handle .php because our printing software registered .php already. I tried a
google search of this news group and couldn't narrow it enough to find
anything helpful.
Any Ideas?
Rand
> What I see is, a DOS window opens and tons of code flies by, then the
> window closes. The Browser home page does not even change.
>
> I had to manually go into the Registry to set PHP as the associated app to
> handle .php because our printing software registered .php already. I tried
> a google search of this news group and couldn't narrow it enough to find
> anything helpful.
>
Windows thinks that you want the .php file to open using the php app, rather
than displaying it in the browser...maybe...
Are you sure you're accessing the file as http://somehost/test.php, rather than
c:\webroot\test.php (or similar)?
I thought enabling executing rights on webroot is a security problem.
Shouldn't I be able to access all scripts from c:\inetpub\scripts\*
Thank You for your help, can people really learn this in just a week, like
another recent post said?
Any other suggestions for learning resources? I just bought PHP and MySQL
web development by SAMS and I will be working section by section through the
PHP documentation now that you helped me verify that it is working.
Rand
"Matt Mitchell" <ma...@askmenoquestions.co.uk> wrote in message
news:n90B9.6138$dz2.695698@stones...
Mark
"Hyte News" <firstnam...@myisp.net> wrote in message
news:uta52rm...@corp.supernews.com...