Re: get one name for each row

2002-05-02 Thread Pradeep Dsouza
Try this Table : col1 : col2 1. Hotel 1 select name = my_selection ?php include config.php; $res = mysql_query(SELECT * FROM tname); while ($row = mysql_fetch_array($res)) { $col1 = $row[col1]; $col2 = $row[col2]; option value = \$col1\

Search Engine Query

2001-07-11 Thread Pradeep Dsouza
Hi List, Can anyone tell me how do i create a search engine query.? I am new to Mysql and know how to use a simple select * from where = ; but what about if I need to create a query for a search engine that looks for Every word. Thanks in Advance Pradeep Dsouza (Aspbyte Creations