[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-developers] [HELP]PHP3 and MySQL on RaQ2 install error




but when i try a test script

or just <? php phpinfo() ?>

I get:

Parse error: parse error in /home/sites/site1/web/test.php3 on line 5 (or
line 1)


Anyone get any quick ideas on how to set up
A. php3 (or php4 on a MIPS I don't fancy a source compile!)

try

<? phpinfo(); ?>
as the whole file

the semi colon is very important in php, but getting a parse error is actually good since it tells you that php is working.


B. MySQL (again MIPS based RPM that will work!

The mysql thing i am having trouble with. No matter what I do I can't get a source install to work and I thought I had installed all the libraries that i needed but I haven't had time lately to deal with it.

Jake Smith