> I couldn't find any information in docs on how I can access my tables
> (created in MySQL) in a php script. My installation of php is the only
> one that comes with midgard disribution, so maybe I need to install some
> extra modules?
> 
> The error message I receive when I try to execute my script is:
> --------------------
> Fatal error: Call to unsupported or undefined function mysql_pconnect()
> in /usr/local/apache/htdocs/mysql.php
> --------------------

Make a call to phpinfo in a page an look for mysql_pconnect. If it isn't
there than PHP doesn't have MySQL support; you cab activate it by
configuring PHP --with-mysql. Midgard doesn't use the PHP mysql support to
connect to its database, and the connection it makes isn't accessable from
PHP.

Emile


--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org

To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]

Reply via email to