View Single Post

  #3 (permalink)  
Old 05-08-2008
Jerry Stuckle
 
Posts: n/a
Default Re: ampersands in URL string

Gene Kelley wrote:
> I'm having some trouble echoing string data that contains an ampersand
> in it.
>
> I am filling a WHERE clause in my SQL query with a string based upon a
> choice made in a select/option form element via GET.
>
> My request for
> http://www.example.com/update_compan...trol%20Company
>
>
> returns only Bill
>
> Any suggestions?
>


An ampersand in the query string means end the current variable and
start a new one. Standard HTML.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Reply With Quote