Hello.
is there a way to connect to mysql on a different machine i tryied the following without connectin to the database.
$db=mysql_pconnect("192.168.0.100", "book", "newbook");
any help thanks Bill Nash
What was the error you got?
I'm not getting a error. I will not display the information. what i did was copy the program from one computer that work. then change the mysql to read the computer that work. now when i try to do a search i get nothin. thanks Bill Nash.
Make sure that user has access in the mysql host table to connect from that host.
Thanks that work. Bill Nash