Insert rows?

wxdqz

New Member
Hi there,

I am quite new to MySQL and I wondered how to insert rows to a table.
I got this table: 'domain'
Each of the records should have these fields in this order:
id,'inlognaam','password','voornaam','tussenvoegsel','achternaam','adres','postcode','plaatsnaam','emailadres'

Next, i want to search if $inlognaam is in one of the records on field 'inlognaam', then check if $password matches with 'password' from the very same record.

Thanks!!

Mahkali
 
Back
Top