Hi Is there possible to make query like
Select from table where ='Name'
so the query cheks all table values
(I need to create simple php mysql based search engine)
I think this is not a PHP question, may be read some SQL tutorial first, check out http://w3.one.net/~jhoffman/sqltut.htm and by the way you don\'t need the \"WHERE\" clause to select all table values, the statement should look like this \"select * from table\", no mention about the useless nature of such a script.
Thanx for nothing