RE: [PHP-DB] How do i search my database...

2001-11-11 Thread Peter Lovatt
results, printing each one while($row = mysql_fetch_array($mysql_result)) { print ($row["FIELD_3"].''); }// end while Peter > -Original Message- > From: Dave Carrera [mailto:[EMAIL PROTECTED]] > Sent: 11 November 2001 06:38 > To: [EMAIL PROTECTED] > Subject: [PHP-

[PHP-DB] How do i search my database...

2001-11-10 Thread Dave Carrera
Hi All, I have a database with only three fields FIELD 1 FIELD 2 FIELD 3 I want the user to input into FIELD 3, and then my script to go of to my database and see if it finds a match or something like the input and display it to the screen. Please help as i can't seem to get my brain around thi