[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] PHP+MySQL+Qube3
- Subject: Re: [cobalt-users] PHP+MySQL+Qube3
- From: "oxfordmusic.net" <lists@xxxxxxxxxxxxxxx>
- Date: Tue Dec 16 07:08:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> List,
> I'm trying to use the MySQL server with PHP on my Qube3.
> One of my pages have the following:
>
<snip>
>
> Fatal error: Call to undefined function: mysql_pconnect() in /<the file
> above> on line 12 (which is the line copied above)
>
> What I'm missing? I'm sure that is something really stupid than I can't
find
> in the docs...
>
you have got php built with MySQL support, right?
<pre>
<?
phpinfo();
?>
</pre>
will output what your build of PHP supports.
andy