RE: [PHP] Re: database question

2001-11-29 Thread Zozulak Peter
and what about this ... $sql = "SELECT a_column FROM table WHERE text_column LIKE '% $word %'; matching the word in the text ... $sql = "SELECT a_column FROM table WHERE text_column LIKE '$word %'; matching the word at the begining of the text ... $sql = "SELECT a_column FROM table WHERE text

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