jayshields wrote:There are many errors in the code. I'm not going to point them out (because it looks like homework to me). If you read up on basic PHP syntax you'll be able to correct the code yourself.
Hi!
I have changed the code as
1. <a href=result.php?adm_no='$_POST[<?php echo " " .$row['adm_no']. " "; ?>]'> </a>
2. <a href=result.php?adm_no='$_POST[adm_no]'> <!--</font> -->
<?php echo " ".$row['adm_no']. " "; ?> </a>
Now errors are not coming but problem is still unresolved
1. is not giving link at all
2. Link showing but value of adm_no is not sent
Can you help ?