nextpage.php?recordset=<?php echo $recordset["id"];?>
then use the value of recordset to link back to that information on the next page. Is that what you mean? Regards R "Davy Campano" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] I have a php page that makes a table from data in a mySQL database. What I want to do is make the first entry in the table be a Unique key that is a link, that when you click on this key it opens another page with some more information. Basically I am trying to figure out how to pass this key from this page to the next. Thanks for any help! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php