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!