PHP temporary storage
Posted: Thu Oct 06, 2005 2:29 pm
Hi there!
I'm having a little problem here dealing with a MySQL database, but this question is not about MySQL, so I posted it here.
What I'm trying to do is keep a database request in a temporary storage place (if it can be done) so that I can use the data put there while the user surfs the web site.
O.K. To be a bit more understandable, let's put it that way:
The user has several choices, and when the user clicks on one, a request is made to the database and the data is put in an array (sometimes big arrays). I would like this array to be kept, so the user can continue browsing and does not need to reload it, let's say, while he turns the pages of the contents.
If you have any questions, let me know.
Thanks for your help!
-jeremiorama
I'm having a little problem here dealing with a MySQL database, but this question is not about MySQL, so I posted it here.
What I'm trying to do is keep a database request in a temporary storage place (if it can be done) so that I can use the data put there while the user surfs the web site.
O.K. To be a bit more understandable, let's put it that way:
The user has several choices, and when the user clicks on one, a request is made to the database and the data is put in an array (sometimes big arrays). I would like this array to be kept, so the user can continue browsing and does not need to reload it, let's say, while he turns the pages of the contents.
If you have any questions, let me know.
Thanks for your help!
-jeremiorama