> From: "brain_damaged" <[EMAIL PROTECTED]>

> When I try to run the phpMyAdmin the file directory comes up.

This isn't a php question, but an Apache question. You're getting the
directory index listing because the default directory index in Apache is
.html and if apache doesn't find one it dumps the directory index itself.
You can configure apache in httpd.conf to look for other indexes with the
DirectoryIndex directive
i.e.

DirectoryIndex .html .php .php3

You can put the DirectoryIndex inside a VirtualHosts container so it only
takes effect for a certain site.

> and when I click on the index.php3 I get this error.
> Parse error: parse error in
/usr/local/www/htdocs/phpMyAdmin/config.inc.php3 on line 11

You need to edit the config.inc.php3 file and add the server name, username
and password.  Follow the instructions in the file INSTALL in the phpMyAdmin
directory.

> I was told that I did not need the php3 modules cuz the php4 modules would
do it.

Right, php4 works fine with phpMyAdmin, so you don't need to build & install
php3.


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to