Forum Moderators: coopster

Message Too Old, No Replies

How to create link for iframe refer to id

         

yon90

7:08 am on Sep 22, 2014 (gmt 0)

10+ Year Member



i want to create a site that will popup the frame while i click on the link at table


the link will be generate automatically while loop the data from mysql (read data from database and display)..

here is code for d link which i wan to click and display the data from get.php based on teamid in iframe

<a href="get.php?teamid=<?php echo $rows['teamid']; ?>" target="main">detail</a>


someone help please!

omoutop

1:58 pm on Sep 22, 2014 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



and what have you tried so far? show us the current code so we can assist you

yon90

2:50 am on Sep 23, 2014 (gmt 0)

10+ Year Member



thanks for reply..but the problem solved by without using iframe..