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

Re: [cobalt-users] Running PHP3 on a Qube2



on 7/12/00 1:53 AM, Membratec at membratec@xxxxxxxxxx wrote:

> Hello
> I succesfully installed MySQL on my Qube2, following the instructions given
> on cobalt web site and using the rpms. I did the same thing with php3 but it
> seems that php is not running. php scripts are not recognised.
> What shall I do now?
> Is there any special settings that I missed?
> Do php3 files have to be stored in a special place on the server?
> Thanks for your help.

What happens when you put

<? phpinfo(); ?> 

into a file called phpinfo.php3 and you call it from a web browser?

Does it just display the "<? phpinfo(); ?>"?

If so it probably doesn't have the handler set up to parse a .php3 file as a
PHP3 file.

-k