-
Collect $_REQUEST as a string?
I need to recuperate the entire request string in a string variable. I mean everything from the question mark to the end.
Is there an easy way to do that?
Thanks, Dan
-
If by "request string" you mean the query string, try $_SERVER['QUERY_STRING']
-
That was it. Thanks alot.
(slightly blushing...)
-

Originally Posted by
dbworm
(slightly blushing...)
No need, "request" and "query" are synonyms afer all
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks