Re: [PHP] problem with urlencode

2001-11-29 Thread faeton
Hello Sjoerd, U can try using htmlentities(). OSv> I have a problem putting through a variable which contains an & in the OSv> string. OSv> When the variabele is something like: OSv> click here Ivan 'Faeton aka xetrix' Danishevsky ICQ(240266) [

RE: [PHP] problem with urlencode

2001-11-29 Thread Zozulak Peter
definitely you need "&" to be replaced with "&" ... it will work ... Peter > -Original Message- > From: Oosten, Sjoerd van [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 29, 2001 10:45 AM > To: '[EMAIL PROTECTED]' > Subject: [PHP] problem with urlencode > > > Hi there, > > I