Re: configuring PHP on a RH 5.2 machine

2000-01-14 Thread Dave Reed
Yes, I've done that but I'd like to have it load directly in Netscape. This shouldn't be this difficult :-) and I'd like to learn something in the process about Apache/PHP configuration - I just can't find anything that explains the setup. Also, if I'm going to use PHP at work, I think I'll have

Re: configuring PHP on a RH 5.2 machine

2000-01-14 Thread Charles Galpin
Dave If you wan tto just test it from the command line, then just use it from the command line # /usr/local/bin/php first.php skip the SSI hth charles On Fri, 14 Jan 2000, Dave Reed wrote: > > I wanted to try learning PHP so I downloaded both the latest version 3 > release and the 4.0Beta3

configuring PHP on a RH 5.2 machine

2000-01-14 Thread Dave Reed
I wanted to try learning PHP so I downloaded both the latest version 3 release and the 4.0Beta3 release and tried installing them using the standard: ./configure --enable-discard-path;make;make install I've got a php.shtml file that contains: where first.php is a very simple php file form t