Difference between revisions of "PHPEX04"

From mi-linux
Jump to navigationJump to search
(New page: Main Page >> Web Application Development >> Workbook >> Mini-task 04)
 
Line 1: Line 1:
 
[[Main Page]] >> [[CP2228|Web Application Development]] >> [[PHP|Workbook]] >> Mini-task 04
 
[[Main Page]] >> [[CP2228|Web Application Development]] >> [[PHP|Workbook]] >> Mini-task 04
 +
 +
This week you have learnt to retrieve data from an existing database/table. But let's work with YOUR database:
 +
*[[MySQL|Register]] for a Mysql database if you haven't already done so.
 +
*Create a simple table (people, products, etc.)
 +
*Insert some data in your table using the [[PhpMyAdmin|phpMyAdmin] administration page

Revision as of 10:52, 18 July 2011

Main Page >> Web Application Development >> Workbook >> Mini-task 04

This week you have learnt to retrieve data from an existing database/table. But let's work with YOUR database:

  • Register for a Mysql database if you haven't already done so.
  • Create a simple table (people, products, etc.)
  • Insert some data in your table using the [[PhpMyAdmin|phpMyAdmin] administration page