advanced code snippet search
fugue on 12/29/06
12/29/06 02:12am
2 people have marked this snippet as a favorite
vali29umang_nine
$link = mysql_connect ("localhost","username","userpass") or die("could not connect");mysql_select_db ("myDatabase",$link);
Report this snippet Tweet
Comment:
You need to login to post a comment.