Apache document root works fine, and php3 is fine also.  I uncommented the
lines in /etc/apache/httpd.conf
LoadModule php3_module /usr/lib/apache/1.3/libphp3.so
AddType application/x-httpd-php3 .php3
AddType application/x-httpd-php3-source .phps

I added a webpage to document root, with the following, and when I loaded
it into my browser it doesn't show any MySql support/modules/extensions,
and my php interface to Mysql doesn't work.  Mysql normally works fine..
<html> <body>
<?php
phpinfo();
?>
</body></html>

Does anyone have a clue about what I'm *TRYING* to convey??
Thanks/Chip Rose


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to