Stuart Felenstein <mailto:stuart4m@xxxxxxxxx> on Tuesday, November 16, 2004 8:28 AM said: > --- Richard Davey <rich@xxxxxxxxxxxxxxxx> wrote: > >> Use urldecode() to get them back to "normal" again. [snip] > Or should I do a $_GET['Ind'] = urlencode('Ind') on > searchresults.php ? <?php // this is what he means. $Ind = urldecode($_GET['Ind']); ?> hth, chris. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php