Posted by gd on 11/13/17 11:30
you can use mysql_db_query to connect diff db tables, ............... mysql_connect($hostname, $user, $passwd); $result = mysql_db_query($db1, $query1); $row1 = mysql_fetch_object($result); $result = mysql_db_query($db2, $query2); $row2 = mysql_fetch_object($result); ............
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming