Posted by maildipin on 11/12/67 11:30
yes you can use mysql_db_query function as, ............ 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