gs99
Programmer
- Oct 7, 2001
- 40
Local testing on Windows XP, PHP5, Apache
<?php
$link = mysql_connect("localhost", "root", "");
echo $link;
?>
This prints Resource id #2
What happened to Resource id #1?
Where can I find info about connection options, like putting username/pw into a separate file?
Thanks,
George
<?php
$link = mysql_connect("localhost", "root", "");
echo $link;
?>
This prints Resource id #2
What happened to Resource id #1?
Where can I find info about connection options, like putting username/pw into a separate file?
Thanks,
George