faqts : Computers : Programming : Languages : PHP : Common Problems : Strings

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

5 of 6 people (83%) answered Yes
Recently 5 of 6 people (83%) answered Yes

Entry

How to pass a string that contain character "&" between words that display on the url

May 21st, 2003 08:26
James Prestwood, Truey Truey,


just use the following replacing $string with the correct string name...
$string = urlencode($string);