Saz
10-24-2006, 09:53 AM
Hi, Can anyone please give a little help on phpMyAdmin please ? I've worked with websites for a few years, but have never been involved with databases.
I've managed to create a database in my phpMyAdmin - the versions are below:
phpMyAdmin - 2.8.0.2
* MySQL client version: 4.1.10
* Used PHP extensions: mysql
After I created the database, it gave me some code below, but am not sure what the next few steps are:
PHP $dbh=mysql_connect ("localhost", "practice_saz", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ("practice_test");
Any help appreciated.
Saz.
I've managed to create a database in my phpMyAdmin - the versions are below:
phpMyAdmin - 2.8.0.2
* MySQL client version: 4.1.10
* Used PHP extensions: mysql
After I created the database, it gave me some code below, but am not sure what the next few steps are:
PHP $dbh=mysql_connect ("localhost", "practice_saz", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ("practice_test");
Any help appreciated.
Saz.