Re: [PHP-WIN] remote DB access

2002-01-10 Thread Pac mon
What version of PHP do you have? It sounds like the functions for mysql are loaded, but those functions have been built in since about 4.0 I believe. Include the information for both of the servers. > >Hello, > I have the code: > >#11 $db = mysql_connect("100.110.120.130", "root", "");

RE: [PHP-WIN] remote DB access

2002-01-10 Thread Ertan Tike
if you behind the any firewall you must check 1039 port is open.. you can try this with "telnet 100.110.120.130 1039" command.. if telnet is connecting, port is open. -Original Message- From: Paul Wallace [mailto:[EMAIL PROTECTED]] Sent: Friday, January 04, 2002 12:19 PM To: [EMAIL PROTEC