Static Webpages are no longer sufficient for the needs of the Internet in the 21st Century. An increasing number of business sites use databases to store data and produce dynamic Webpages.
PHP and mySQL are a cost-effective but powerful solution to building database driven Websites which can be developed on Windows and deployed on either Windows or Unix(Linux)servers. This course does not cover the PHP language itself in great depth but concentrates on getting up and running with the mySQL database, using PHP as the server-side control.
PHP is a powerful, free server-side language which is relatively easy to learn for those who have never programmed before.
Web development experienced and understanding of SQL commands. The participants should also be conversant with HTML.
The course is aim for participants who already know at least the basic of HTML and has done some programming in a modern programming language before.
Upon successful completion of this course, students will be able to:
- Install and configure PHP, mySQL and Apache Webserver on Windows
- How databases are used on the Web
- Use PHPmyAdmin to create and edit databases
- Query your database with basic SQL commands
- Program with basic PHP statements
- Use PHP to communicate with your database
- Add, Delete and Modify data in the browser
- Build a complete Data Management system with PHP and mySQL