Re: [PHP-INSTALL] PHP does not seem to be configured correctly

2004-08-25 Thread Jürgen
Hi Harold. It's kinda weird it didn't work (I used it in a computer that had win 98 before but setting up the CGI binary) I'm asumming you are using apache. If you are, have you copied the 2 lines of code in your apache httpd.conf so you can set up the CGI binary? ScriptAlias /php/ "c:/php/" Add

Re: [PHP-INSTALL] PHP does not seem to be configured correctly

2004-08-25 Thread Harold
[EMAIL PROTECTED] wrote: Hi Harold. There is a nice tutorial that will help you at http://www.mattjacob.org/server/index.html Thank you, Jurgen. Unfortunately it specifically says "definitely not Windows 98." Still, I followed it anyway, and found a reference to doc_root, so I set doc_root = "c:

Re: [PHP-INSTALL] PHP does not seem to be configured correctly

2004-08-25 Thread Jürgen
Hi Harold. There is a nice tutorial that will help you at http://www.mattjacob.org/server/index.html Hope it helps Best regards --- Harold <[EMAIL PROTECTED]> wrote: > Good morning, > > I hope someone can help be get started; I'm at > ground zero and not > making any progress. The goal is

[PHP-INSTALL] PHP does not seem to be configured correctly

2004-08-25 Thread Harold
Good morning, I hope someone can help be get started; I'm at ground zero and not making any progress. The goal is MySQL with PHP support. I have a simple test page which says -- Hello from HTML. -- but only the HTML line appears. There seems to be no connection between the page and PHP. T