TheFreak Posted March 19, 2009 Share Posted March 19, 2009 Hey, Please may i know how can i transfer a set of values like "username" and "john" to other page without putting them in cookies? Thanks Link to comment https://forums.phpfreaks.com/topic/150231-how-to-transfer-values-from-one-page-to-another/ Share on other sites More sharing options...
pcw Posted March 19, 2009 Share Posted March 19, 2009 If you are passing them to a new page via a form, you should use $username = $_POST['username']; and place this on the 'other' page Link to comment https://forums.phpfreaks.com/topic/150231-how-to-transfer-values-from-one-page-to-another/#findComment-788964 Share on other sites More sharing options...
Mchl Posted March 19, 2009 Share Posted March 19, 2009 Also read about sessions Link to comment https://forums.phpfreaks.com/topic/150231-how-to-transfer-values-from-one-page-to-another/#findComment-788968 Share on other sites More sharing options...
TheFreak Posted March 19, 2009 Author Share Posted March 19, 2009 I know form.These are the set of values i retrieved from the database(it went through a lot of changes and all)so i want to send the final value to different page for more calculations. Link to comment https://forums.phpfreaks.com/topic/150231-how-to-transfer-values-from-one-page-to-another/#findComment-788972 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.