Forum Moderators: coopster
is it possible to connect to a SQL db which is not on the same servor (if i have the SQL config : log, pass, name of the db ...)
Thanks
it is absolutely possible, the difference is in your your call to mysql_connect you would use the server name instead of localhost
++