SitePoint Sponsor |
|
User Tag List
Results 1 to 2 of 2
-
Apr 29, 2005, 00:18 #1
[PHP and MySQL] SQL query in Session?
Hi,
are there any security related problems when storing a SQL query in a session?
Why I want to do this? A user can sort or search for data records. Sometimes a lot of results were passed. So I want to write a prev/next and a pagination script.
...or is it better to store the query in the database itself?
oerdec
-
May 8, 2005, 04:59 #2
- Join Date
- Apr 2005
- Location
- Moscow, Russia
- Posts
- 557
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Why I want to do this? A user can sort or search for data records. Sometimes a lot of results were passed. So I want to write a prev/next and a pagination script.
Bookmarks