Cursussen/Courses Codesnippets     Top 
phpMyAdmin - Records


1. Add record
Click the 'Insert' tab to enter data for a new record.
You do not need to enter anything for the 'id' field.
You can use the 'datetime' button to set the time. Click the 'Start' button.


2. Datetime choice
With a separate dialog you can set a 'datetime' field.
Click on the arrow buttons to choose the correct month.
Click on the correct day and slide the bars of the hours, minutes and seconds.


3. Add result
The result of adding a record is displayed.
Behind the scenes an 'INSERT' SQL statement is executed.


4. Select records
If you click on the 'Explore' tab, all records of the active table (in this case 'activity') are retrieved and displayed in a table format.
You can adjust the number of rows shown.