View Single Post
  #4 (permalink)  
Old Mar 16th, 2007, 13:29
karinne's Avatar
karinne karinne is offline
SuperMember

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");
Reply With Quote