search & modify

wxdqz

New Member
Hi,

I have a MySQL database with personal information of staff members (id,name,email,etc). I want to make an HTML form where an authorized user can type in the id,name or even e-mail. From this data a PHP code should make a query searching for the id (that's the primary key) or the name (or the nex best match), and display all these data that could be modified and sent through an HTML form again. I don't how clear I was, but hopefully someone can help me with this problem.

Thanks a lot.

Best wishes, Akos
 
Back
Top