Thanks Jpadie for the help, The real problem is that f_name and l_name have no value. The original page is pick.php this is where the user selects and option that POSTS the primary key (id) to the next php page show.php. On this page I need to access the f_name and l_name that is associated with...
Having an issue that I just spend 8 hours on. I am trying to pass variables to my php page please look at the following code snippet.
while ($row = mysql_fetch_array($result)) {
$id = $row['id'];
$f_name = $row['f_name'];
$l_name = $row['l_name'];
$option_block .= "<option...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.