in reply to (tye)Re: Problems with ;'s
in thread Problems with ;'s
$QSTRING = $QUERY_STRING; $hpv =& $HTTP_POST_VARS; if(is_array($hpv) && count($hpv) > 0) foreach($hpv as $key => $value) $QSTRING .= '&'.$key.'='.urlencode($value);
broquaint
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: (tye)Re: Problems with ;'s
by LostS (Friar) on Nov 10, 2001 at 00:12 UTC |