For Programmers: Free Programming Magazines  


Home > Archive > PHP DB > April 2005 > Too many $_GETs?









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Too many $_GETs?
veditio@comcast.net

2005-04-25, 3:56 pm

Is there a point where a link in a PHP/MySQL-based site has too many $_GET variables attached to it?

I use the format "index.php?a=1&b=2&c=3&e=4" to pass variables from page to page, and am wondering where the limit is on such a format. Right now, eight variables are passed, each being one to four characters in length.

It's the best way I know to keep varaiables alive from page to page in a situation where the user does not use cookies, but I'm worried that too many $_GETs will slow down the server, cause trouble with the page, and possibly cause problems that I have no
t yet seen.

Comments? Suggestions?

Thanks in advance for any feedback.
-v-
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com