Thread
:
php/mysql question
View Single Post
03-20-2005, 03:07 PM
Jakke PNG
ex-TeenGodFather
Industry Role:
Join Date: Nov 2001
Location: Suomi Finland Perkele
Posts: 20,306
No idea, this works for me.
$link = mysql_connect("localhost", "root", "password")
or die("w00t w00t, error error");
mysql_select_db("database", $link)
or die("can't open db");
__________________
..and I'm off.
Jakke PNG
View Public Profile
Visit Jakke PNG's homepage!
Find More Posts by Jakke PNG