Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~158 People Reached
Favorite Forums
Favorite Tags
php x 2
Member Avatar for hanpedro

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" marginheight="0" frameborder="0" vspace="0" hspace="0" border="0"></iframe> 2. body_load_in.php put links into records for opening parent pages $result = sql_query($sql); for ($i=0; $row = sql_fetch_array($result); $i++, $k++) { $list[$i][href] = "javascript:void(0)" onclick="javascript:parent.location('/club/club_main.php?botable=1&cb_id=$row[bo_table]&wr_id=$row2[wr_id]&sca=$row2[ca_name]')"; The result is …

0
51
Member Avatar for hanpedro

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] = "a/ab"; $db2[host] = "localhost"; $db2[user] = "abc"; $db2[pass] = "1234"; $db2[db] = "db2"; $db2[dir] = "a/cd"; …

Member Avatar for Troy
0
107