leeh14 Posted May 12, 2010 Share Posted May 12, 2010 Hi, Right basically on one web page I have used a _get method to detect when a user clicks on an image and when they do the php searches the mysql database for all the relevant data on that single image. That works. But how do I transfer that data to another webpage where it can be displayed? Link to comment https://forums.phpfreaks.com/topic/201566-transferring-data/ Share on other sites More sharing options...
Ninjakreborn Posted May 13, 2010 Share Posted May 13, 2010 State saving: 1) Session/Cookie variables 2) Hidden field I would show the data on the same page that you are getting the data. You'll have to get the data again anyway if there is a large amount of data. Link to comment https://forums.phpfreaks.com/topic/201566-transferring-data/#findComment-1057467 Share on other sites More sharing options...
teamatomic Posted May 13, 2010 Share Posted May 13, 2010 You could put it into a session var and then redirect or use a redirect with _GET or just use the page that does the DB stuff to display what you want, whichever fits your code. HTH Teamatomic Link to comment https://forums.phpfreaks.com/topic/201566-transferring-data/#findComment-1057468 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.