This is the index page for my "Introduction to PHP" LVS Online class. At the top are links to each week's homework pages.
Here is a summary of each week's lesson.
Week 1. PHP facts, code tags, and syntax, echo and print statements, comments, show source, variable naming, include, the date function, and error handling.
Week 2. Control structures, operators, and for()loop.
Week 3. IF and IF-ELSE structures, phpinfo function, browser detect, and strstr function.
Week 4. Forms and data checking, mail command, sending an e-mail, security.
Week 5. Switch statement, arrays, foreach() statement, and cookies.
Week 6. File modes, fopen(), fread(), fclose(), fwrite(), unlink(), and writing with multiple data.