sungpeng Posted March 30, 2009 Share Posted March 30, 2009 <a href='delete.php?"rid=$indexnumber", "$hihi=$hihi"'>sent</a> Can I know how to sent two variables to next pages? Above code not working.. $rid= $_GET[rid]; $hihi=$_GET[hihi]; on delete pages Thank Link to comment https://forums.phpfreaks.com/topic/151721-solved-sent-two-variable-to-next-pages/ Share on other sites More sharing options...
thechad Posted March 30, 2009 Share Posted March 30, 2009 <a href="delete.php?rid=<?php echo $indexnumber ?>&hihi=<?php echo $hihi ?>">sent</s> that would pass rid and hihi to the delete.php page. (make sure Link to comment https://forums.phpfreaks.com/topic/151721-solved-sent-two-variable-to-next-pages/#findComment-796754 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.