View Single Post

  #6 (permalink)  
Old 05-09-2008
Gene Kelley
 
Posts: n/a
Default Re: ampersands in URL string

Jerry Stuckle wrote:

>
> There's no problem pulling it from the database. Your problem that's
> how HTML works.
>


.... and in the end. The solution for me was str_replace() :-)

For my particular situation it was easiest to simply not allow &s in the
database.

--
------------------------------------
Gene Kelley
Senior Open Source Software Engineer
Advanced Design Solutions Team
Network Solutions (MonsterCommerce)
Swansea, Illinois, USA
Reply With Quote