Learning PHP & MySQL

 

To the Bottom of the Page

 

Links to online resources:

 

Tools needed to access PHP & MySQL support on the Computer Science OS X server

 

Very basics of MySQL: creating tables, adding records, submitting queries

Lab #2: First exposure to MySQL server.

Lab #3: More exposure to MySQL.

Lab #4: Using subqueries.

 

Very basics of web programming

Lab #5.1: Using FileZilla, PuTTY, phpMyAdmin to set up a simple web page and a simple MySQL table all under your own account on the CS X server.

Lab #5.2: Using FileZilla, PuTTY, phpMyAdmin to set up a simple online bookstore on the CS X server.

Lab #6: Try your own on the basics of HTML, user input through HTML forms, and processing of input through PHP.

Lab #7: Try your own for using web pages and PHP scripts to process user input through forms and interact with MySQL.

 

Basic authentication in PHP

 

 

To the Top of the Page