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 1:35 PM said:

> I'm not seeing what is incorrect. I did try
> $HTTP_GET_VARS['Ind'] = urldecode('Ind'); (in
> searchresults.php) but of course it wasn't imploded
> yet.  I don't want to confuse this question or myself
> (or anyone) , but maybe I should do the implodes on
> search.php ?

Did you purposefully ignore my previous email??? Someone else I think
mentioned this in another email in this thread also. Why are you
assigning anything to $HTTP_GET_VARS at all? It's meant to retrieve
data.

// (again) this is how you use urldecode()
$Ind = urldecode($_GET['Ind']);



Chris.

p.s. i think your keyboard may be broken. there always seems to be a
space in front of your commas, question marks, and exclamation points.

-- 
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