php 4.4.4 Interface

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
Addos
Forum Contributor
Posts: 305
Joined: Mon Jan 17, 2005 4:13 pm

php 4.4.4 Interface

Post by Addos »

Hi,
I’ve installed php 4.4.4 locally to test and I’m puzzled as to where the interface is stored so I can build a database. For example on the older versions I can type in http://localhost/phpmyadmin/main.php and up the main page comes but in this newer version I can’t find it. I’m on Winxp pro using IIS and MySQL.
Thanks
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Re: php 4.4.4 Interface

Post by volka »

Addos wrote:I’ve installed php 4.4.4 locally to test and I’m puzzled as to where the interface is stored so I can build a database. For example on the older versions I can type in http://localhost/phpmyadmin/main.php
phpmyadmin is not part of php.net distributions. phpmyadmin needs php but not the other way round.
see http://www.phpmyadmin.net/
Post Reply