[PHP-DB] Re: The Truth Told!

2001-12-03 Thread Julio Nobrega Trabalhando
> THE INSIDE EDITION I thought it was out there? -- Julio Nobrega Don't eat the yellow snow. <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > EDWARD LAWRENCE STRONG PRESENTS > > THE INSIDE EDITION > >

[PHP-DB] Re: PHP/MySQL Question

2001-11-12 Thread Julio Nobrega Trabalhando
LIKE is a very good option. You can use: LIKE \n'$id'\n; Or similar, where \n stands for the Mysql carriage return 'symbol'. Also, you may try selecting the whole text field, explod()ing contents by carriage returns and checking with in_array() for the id if the above doesn't works. --