Hi!
How can I search in a Flatfile Database with PHP?
thnx
or how can i edit/and search a mysql database?
Flatfiles: you'll have to write your own routines or search for routines on the net.
MySQL: you may want to start reading the PHP manual about the MySQL functions, and the MySQL manual about how to write SQL queries.