[snip]
I am using this to connect remotely but I get a no database selected
error.
The table is contacts but there is not a parameter for database name
according to the documentation. How do I delect my database when
conencting
this way?
[/snip]
http://us3.php.net/manual/en/function.mysql-selec
mysql_select_db
I am using this to connect remotely but I get a no database selected error.
The table is contacts but there is not a parameter for database name
according to the documentation. How do I delect my database when conencting
this way?
$link = mysql_connect('.org:3306', 'my_username', 'mypass')
3 matches
Mail list logo