Posted by Jerry Stuckle on 04/20/07 16:29
thewarden wrote:
> On Apr 19, 3:06 pm, Jerry Stuckle <jstuck...@attglobal.net> wrote:
>> Space is not a valid character in a URL. urlencode() the url before
>> passing it to the parser.
>
>
> Thanks for replying. Yes that is true, and I am trying to work this in
> some place into the code to resolve this one issue. However this does
> not resolve the issue at hand for all the rest that are valid.
>
(Top posting fixed)
I don't understand - it doesn't resolve the issue for what rest that are
valid?
Using urlencode() won't change an already valid url. It will convert
non-valid characters such as a space to their URL equivalent (i.e. %20).
Is there another problem you're not telling us about?
BTW - please don't top post. Thanks.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|