sungpeng Posted November 5, 2012 Share Posted November 5, 2012 <a href='class.php?pid=$doin[pid]&id=$instc[id]'> If passing two variables to next page, how should i code? Quote Link to comment https://forums.phpfreaks.com/topic/270324-passing-two-variables-to-next-page/ Share on other sites More sharing options...
Iluvatar+ Posted November 5, 2012 Share Posted November 5, 2012 <?php if(isset($_POST['var1'])) { $newVar1 = $_POST['var1'] } ?> Quote Link to comment https://forums.phpfreaks.com/topic/270324-passing-two-variables-to-next-page/#findComment-1390380 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.