Forum: PHP Mar 8th, 2007 |
| Replies: 0 Views: 1,637 opening parent page by clicking url of iframe? 1. at index.php,
<head ></head>
<body >
menu part
<iframe frameborder="0" id="aaa" src="./body_load_in.php" onload="resizeIframe(this)" frameborder="0" scrolling="no" marginwidth="0"... |
Forum: PHP Jun 19th, 2005 |
| Replies: 1 Views: 1,161 mysq_query on 2 dbs .. ? I have a problem on mysql_query on using 2 dbs on 1 mysql server.
Please help, and code is;;
<?
$db1[host] = "localhost";
$db1[user] = "abc";
$db1[pass] = "1234";
$db1[db] = "db1";
$db1[dir] =... |