Topic outline

  • Web-based Database Development

    Before you code in any scripting language you need to know how to design a database, create tables in your database, and get the information you want from the database.

    To impart theoretical and practical skills for developing web-based database systems using PHP, MYSQL and SQL

    PHP and MySQL are easy to use, fast, free, and powerful. If you want to get a dynamic Web site up quickly, there are no better choices. 

    PHP scripting language built for the Web. All the tasks common to Web development can be performed in PHP with an absolute minimum of effort. 

    MySQL excels at tasks common to dynamic Web sites. Whether you’re creating a content-management system or an e-commerce application, MySQL is a great choice for your data storage.