Re: [PHP] Passing variable with slashes in URL

2001-05-16 Thread Chris Lee
cant say for sure, but I dont play around with rawencode and addslasses for urls, just use urlencode() echo " test "; -- Chris Lee [EMAIL PROTECTED] ""Claudia Smith"" <[EMAIL PROTECTED]> wrote in message 9duqke$9g1$[EMAIL PROTECTED]">news:9duqke$9g1$[EMAIL PROTECTED]... Currently I have

[PHP] Passing variable with slashes in URL

2001-05-16 Thread Claudia Smith
Currently I have a problem with IE. The IE browser will not bring up my encoded url. When clicking on the link I either receive a script error or nothing happens. The issue is with the double quotes. IE does not recognized the encoded character %22 for quotes. IE does seem to process single quo