http://www.php.net/manual/en/ref.info.php#ini.magic-quotes-gpc

DomIntCom wrote:

ok - found urldecode which is now giving me the following;

\'2003-1-3 00:00:01\' AND \'2003-3-10 23:59:59\'

original string;

'2003-1-3 00:00:01' AND '2003-3-10 23:59:59'


"Domintcom" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]


ok - I know how to pass these variables by appending variables to the


link.


however, I'm trying to pass the following string;

'2003-1-1 00:00:01' AND '2003-3-20 23:59:59'

now - when I pass it what I get is the following;

date='2003-2-1%2000:00:01'%20AND%20'2003-3-1%2023:59:59'

it seems what I'm going to have to do is replace %20 with a space, but I'm
unclear of how to do that with php.

thanks,

Jeff











-- The above message is encrypted with double rot13 encoding. Any unauthorized attempt to decrypt it will be prosecuted to the full extent of the law.




Reply via email to