Do you mind giving (some of) your code?
Sunfire wrote:
still broke
- Original Message -
From: "Leif K-Brooks" <[EMAIL PROTECTED]>
To: "Sunfire" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, March 03, 2003 7:18 PM
Subject: Re: [PHP]
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
// UNTESTED
$tArr = explode('&',$QUERY_STRING);
foreach ( $tArr as $tVar )
{
$a = explode('=',$tVar);
${rawurldecode($a[0])} = rawurldecode($a[1]);
}
???
On Monday 03 March 2003 04:17 pm, Sunfire wrote:
> tried everything except ses
Are you trying to look at the query string itself? If so, spaces are
invalid in URLs, so they are urlencoded. Try using
$_GET/$HTTP_GET_VARS, or urldecode() it if you must.
Sunfire wrote:
tried everything except session vars and the query string is still broken...
no matter what i do for some
tried everything except session vars and the query string is still broken...
no matter what i do for some reason the browser wants to always put %20 in
the middle of my words (i.e. hello world as one var will come out as
hello%20world)
any other ideas
---
Outgoing mail is certified Virus Free.
4 matches
Mail list logo