PHP & MySQL

Home Page  
If table guests exists, from this page we can insert data in it, by using the form below we can process accordingly the file insert.php, whilst with the forms Cancel & Utility, we can interact with its content.

...Insert a record :
Name
Note ...
Mail
Create Table guests Empty - With DataDelete
Sorry, no record is in Table guests
...if Table exists, please use the left bottom form to insert at least one record,,, that record will be shown in this very location.
Cancel [... record]
Insert a mail adress to cancel the entire related record (if existing) :

Utility
Insert a mail address to verify the presence of a related record in the site database :


[ password environments ]
↓   ←Table members Create or Delete Info
Create Table members & insert 1 record : nick, name, nick@name.bp
Create the Table members by inserting 2 records : nick, name, nick@name.bp
(...this makes both registrations valid) nick, nolte, nick@nolte.bp
Create an empty Table members no result by both searches [ 1 - 2 ]
  
Search : valid user  non-valid user
members Fields : login - password - mail
Nb : To insert data in MySQL with PHP we need to know the NAMES of : Database , Table and FIELDS' where to write records.