RE: Question on query string

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux