![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: $_SERVER['QUERY_STRING'] empty when using post?
From: ChronoFish <deja@chronofish.com>
Date: Mon Nov 21 2005 - 03:43:28 CET
"...So there's no better way to get the string when using post other
What do you mean "compile it yourself". You get the QUERY_STRING - but
Here your $_GET array would be comprised of:
Your Query String would be "sentby=page1&remotesite=true" and the
It would be pretty easy to "compile" a post's query string:
foreach ($_POST as $a => $v)
Not sure why you'd want to do this, but there it is. BTW, the value of
-CF
|