HI,
iam building a site that includes very sufisticated queries, i am sending these queries via URL to other pages, it works fine when the query length is not very big, however some of my queries that have to be passes are as big as 1 or 2 pages, LOL! it does NOT WORK!!!!! it seems that there is a limit on the size of the URL... is that true?
i also tried passing these BIG variables via hidden form items.... it didnt solve the problem of BIG variables.....
any ideas?
passing BIG variables through URL problem!
Moderator: General Moderators
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
Store the query in a session and then pick that up on the other page. You can store lots of data in sessions... the stuff we do at work uses sessions like this pretty heavily.
http://www.php.net/session_start
http://www.php.net/session_start
-
Charles256
- DevNet Resident
- Posts: 1375
- Joined: Fri Sep 16, 2005 9:06 pm