to call up mySql data

wxdqz

New Member
hi all,

i have got a problem calling up my Sql data.I want to create a little search engine where the user could search(via textfield)for a handy. I've created the database with PhpMyAdmin.
I have a site with a textfield to write in the name and php should search in the database(NAME) if the content of the textfield is the same like the field in my sql-database. If it is the same it should be created another site with the result of the query.And else php should echo "no database found". I tried it with -> mysql_fetch_row but it doesn't work.....
Please help me, it is very important
Thanx...
 
Back
Top