
Mar 16th, 2007, 13:29
|
 |
SuperMember
|
|
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
|
Re: help with my first learning database
In the php
- Code: Select all
$db = mysql_connect("localhost", "root", "password goes here");
|