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? Quote Link to comment 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. Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.