if your button needs to be sent to a page with a variable in use this, there are many other methods too….
1 2 3 4 5 |
echo "<form action='mypage.php' method ='post'> <input type='hidden' name='theclient' value=$client> <input type='submit' value='Back'></form>"; |