XpertWorlock Posted June 21, 2008 Share Posted June 21, 2008 How do I do it? I need to send $change to another page. what would I have to type for the <a href="http://www.randompage.com/tag.php? /">RANDOM LINKAGE</a> I put that there just to get you started. Any help is appreciated Thanks Mike Link to comment https://forums.phpfreaks.com/topic/111267-send-variable/ Share on other sites More sharing options...
eddie_twoFingers Posted June 21, 2008 Share Posted June 21, 2008 Dunno if I want to tell you or not, because a 1 minute google search turned up quite a few results. Heres a good little tut on how to do it, you'll also learn a good explanation as to why. http://www.adobe.com/support/dreamweaver/building/users_delete_rcrds_php/users_delete_rcrds_php05.html Link to comment https://forums.phpfreaks.com/topic/111267-send-variable/#findComment-571152 Share on other sites More sharing options...
XpertWorlock Posted June 21, 2008 Author Share Posted June 21, 2008 first off, that link above wasn't supposed to turn into html, it was just to show an example. Secondly, The link does nothing for me, and I tried everything in google. I'm just not comprehending how to do it, so an explanation would be great. I need the variable to go to the next page, that's it. There is no form, just a variable Link to comment https://forums.phpfreaks.com/topic/111267-send-variable/#findComment-571160 Share on other sites More sharing options...
CMC Posted June 21, 2008 Share Posted June 21, 2008 Use sessions. That will do the trick. Ex: <?php session_start(); $_SESSION['variable'] = 'data here'; ?> Link to comment https://forums.phpfreaks.com/topic/111267-send-variable/#findComment-571214 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.