<[EMAIL PROTECTED]> wrote in message
00d301c222b6$440166d0$d381f6cc@david">news:00d301c222b6$440166d0$d381f6cc@david...
> ....
> I appreciate your feedback.  The reason I was frustrated with Todd is
because it was strictly
> criticism.  Basically the tone was "Your wrong, and you shouldn't be
making your own lib anyway".

you are putting words in my mouth.... I didnt say you were wrong, I said the
code was wrong. Also, Im sure I have never debated wether or not someone
should make their own library.

in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED] I mentioned the
spec says '&' and ';' are legal for seperating name value pairs. I was
reminding you that I already mentioned it.

> >    my @variables = split(/\&/, $input);
> > First, we know that the split is incorrect.  A semi-colon is the new,
preferred
> > delimiter for form data, beginning with the HTML 4.0 specification.
>
> Any suggestions on how to do this?  Should I check to see if there are &'s
and if not attempt to
> split on ;'s?
>

why not use the solution that was already given in message:
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]

Todd W.



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to