How to use the value of the input box to my <a href> link? Below doesnt work. Any ideas?
thanks!
Code:
<tr><td>Contact"; echo "<input type=\"text\" name=\"contactid\" id='contactid' </input> <a href='edit_entry.php?contactid='$contactid'>Edit";
Comment