srk2010 Posted January 13, 2010 Share Posted January 13, 2010 thanks for viewing this what i mean is in my current file i request a variable from another page i need to post that variable again in the current file to get the same requested value i.e if i refresh the page again i should not lose the requested value,i should acess the same data. did u get me guys? is that possible? i mean apart from the session variable Any help? Thanks in advance Link to comment https://forums.phpfreaks.com/topic/188292-is-it-possible-to-request-and-post-in-a-same-page/ Share on other sites More sharing options...
Cardale Posted January 13, 2010 Share Posted January 13, 2010 Short answer yes. Try reading some tutorials on $_GET $_POST and the like. Try to learn how you can pass variables from page to page using forms. This should answer all your questions once you can do that. Link to comment https://forums.phpfreaks.com/topic/188292-is-it-possible-to-request-and-post-in-a-same-page/#findComment-994050 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.