View Single Post
  #3 (permalink)  
Old 01-02-2008, 04:10 PM
LeadMagnet's Avatar
LeadMagnet LeadMagnet is offline
Mr. Tambourine Man
 
Join Date: Jun 2007
Location: Ireland
Gender: Male
Posts: 1,381
Default

It is there

PHP Code:
$link mysql_connect ($server$username$password
$db is just a variable name, it can be anything. It can be $cat**** if you want. In this case, he chose $link instead. $server is the server name which is set on the first line.
__________________
Subtlety is my middle name... and first and last in case you didn't get the point.
Reply With Quote