Site Map

Resources

Dictionary

Keyboard Shortcuts

File Extensions

Cheat Sheets

Quizzes/Tests
   HTML Quiz
   CSS Quiz
   Beginner PHP Quiz
   Intermediate PHP Quiz
   Advanced PHP Quiz
   MYSQL Quiz

Contact

Privacy Policy

Tutorials

PHP Tutorial Table of Contents
   What is PHP?
   PHP Requirements
   How to Create A PHP File
   Opening/Closing PHP Tags
   PHP Instruction Termination
   PHP Comments
   PHP Whitespace
   PHP Variables
   The Echo Statement
   PHP Strings
   PHP Operators
   If
   Else
   Elseif
   Switch
   While
   Do-While
   For
   Breaking Out of Loops
   What is a PHP array?
   Creating An Array
   Array Functions
   Array Loops (Foreach)
   PHP Math Functions
   PHP String Functions
   PHP Variable Functions
   PHP Date & Time Functions
   PHP Includes & Requires
   PHP Mail Function
   PHP Regular Expressions
   User-Defined PHP Functions
   Predefined Variables & Superglobals
   Getting Form Field Data
   Posting Form Field Data
   Getting & Posting Checkbox & Radio Button Results
   PHP File Uploads
   PHP Url Functions
   Cookies Vs. Sessions
   PHP Cookies
   PHP Sessions
   Opening & Closing Files
   Reading Files
   Writing to Files
   Deleting Files
   Filesystem Functions
   Introduction to PHP's Built-In MYSQL Functions
   MYSQL Connect & Close
   Running MYSQL Queries In PHP
   Handling MYSQL Query Results In PHP
   MYSQL Security & Handling User Input
   GD Library Function Reference
   Creating An Image With the PHP GD Library
   How to Draw Lines On An Image
   How to Draw Shapes On An Image
   How to Add Text to An Image
   How to Add Image Filters & Effects
   How to Create Image Thumbnails

HTML Tutorial Table of Contents
   What is HTML?
   How to Create An HTML File
   HTML Document Structure
   HTML Head Elements
   HTML Doctypes & Validation
   HTML Comments
   Block-Level HTML Elements
   Inline HTML Elements
   HTML Attributes & Styles
   HTML Images
   HTML Links
   HTML Lists
   HTML Tables
   HTML Form Elements
   HTML Form Fields
   HTML Form Buttons
   HTML Check Boxes & Radio Buttons
   HTML Textareas
   HTML Dropdown Menus
   HTML Upload Fields
   HTML Form Usability
   HTML Colors
   HTML Entities
   HTML Events
   HTML Music Codes
   HTML Video Codes
   HTML Layouts
   Miscellaneous HTML Elements

CSS Tutorial Table of Contents
   What is CSS?
   CSS Syntax
   Inline CSS
   Internal CSS
   External CSS
   CSS Classes & IDs
   CSS Comments
   CSS Display
   The CSS Box Model
   CSS Margins & Padding
   CSS Borders
   CSS Dimensions
   CSS Alignment
   CSS Floating
   CSS Positioning & Layers
   CSS Font Styling
   CSS Text Styling
   CSS Backgrounds
   CSS Links
   CSS Lists
   CSS Cursors
   CSS Pseudo-Elements
   CSS Layouts
   CSS Attribute Selectors

MYSQL Tutorial Table of Contents
   What is MYSQL?
   MYSQL Requirements
   Database Design Concepts
   MYSQL Syntax
   Connecting & Disconnecting From the MySQL Server
   Creating & Using A MYSQL Database
   Creating MYSQL Database Tables
   Showing & Describing Tables
   Deleting Tables and Databases
   MYSQL Data Types And Operators
   Inserting MYSQL Data
   Selecting MYSQL Data
   Updating MYSQL Data
   Deleting MYSQL Data
   Advanced MYSQL Queries
   Altering MYSQL Tables
   Backing Up & Restoring A MYSQL Database