Home PHP and MySQL Querying Web Databases

PHP and MySQL - Querying Web Databases


We introduce the following techniques in this tutorial:
  • Using the five-step web database querying approach to develop database-driven queries
  • Coding a simple solution to produce HTML <pre> pre formatted text
  • Using the MySQL library functions for querying databases
  • Handling MySQL DBMS errors
  • Producing formatted output with the HTML <table> environment
  • Using include files to modularize database code
  • Adding multiple queries to a script and consolidating the results into one HTML presentation environment
  • Performing simple calculations on database data
  • Developing basic database-driven scripts incrementally and producing modular code encapsulated in functions

[Next]