Stuart Felenstein <mailto:[EMAIL PROTECTED]> on Tuesday, November 16, 2004 8:28 AM said:
> --- Richard Davey <[EMAIL PROTECTED]> 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

