[PHP-DB] Help : search for a word and its number

2002-04-30 Thread Adi Wibowo
Hi, I need a favour from you guys 'n girls : If I have records like this ID Content 1 "John have a red book, and a yellow book. He give a yellow book to Tina". 2 "Luke doesn't have any book at all, he always borrow it from John". 3 "John like swimming". Can I search this records (table)

Re: [PHP-DB] HELP!! - Search

2001-07-24 Thread leo g. divinagracia iii
UMMM... can you be a little bit more specific? what section aint working? error messages??? Matthew Cothier wrote: > > Whats wrong with this?? Its not working... > {snippage}... -- Leo G. Divinagracia III [EMAIL PROTECTED] -- PHP Database Mailing List (http://www.php.net/) To unsub

[PHP-DB] HELP!! - Search

2001-07-24 Thread Matthew Cothier
Whats wrong with this?? Its not working... >>Search.php Could not get record."; } if(mysql_num_rows($result)) { $uid = 1; while($row = mysql_fetch_row($result)) { print("$row[1]$row[2]"); $uid++; } } ?> >>Search Boolean file I was told to use ## I don't even get these i