Topic awaiting preservation: Mysql resource id |
|
---|---|
Author | Thread |
Paranoid (IV) Inmate From: 1393 |
posted 10-27-2008 04:24
Hey All! I'm hoping someone can shed some light on a db connection question I have.... Here's the situation. code: $link = mysql_connect(DB, USER, PASS, true); echo $link;
|
Maniac (V) Mad Scientist with Finglongers From: Germany |
posted 10-27-2008 11:52
Don't worry, the link id is just a handle within your php script. It's more or less an index into a lookup table, |
Paranoid (IV) Inmate From: 1393 |
posted 10-28-2008 17:44
Thanks, TP! |