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? 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'] } ?> 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
Archived
This topic is now archived and is closed to further replies.