Linux Setup

  1. Installing LAMP (Linux, Apache, MySQL, and PHP)
  2. Setting up and testing your web server

HTML Examples

  1. MyFirstHTML.html, source
  2. You will get a Not Found error if your URL is wrong or it points to a page that doesn't exists.
  3. input.html, source
  4. table.html, source
  5. HTML Tutorial on W3Schools

CSS Examples

  1. MyFirstCSS.html, source
  2. tablecss.html, source, table.css
  3. Introduction to CSS
  4. CSS Tutorial on W3Schools

PHP Examples

  1. MyFirstPHP.php, source
  2. get.php, source
  3. input.php: run the input.html file, source
  4. This page isn't working, source
  5. function.php, source
  6. array.php, source
  7. PHP Tutorial on W3Schools

MySQL Examples

  1. MySQL
  2. MySQL Tutorial on W3Schools

PHP and MySQL Examples

  1. db_login.php, source
  2. sql_connect.php, source
  3. sql_select.php, source
  4. sql_select2.php, source
  5. sql_encryptpassword.php, source
  6. sql_authenticatepassword.php, source
  7. session.php, source

JavaScript

  1. toggle.html, source
  2. JavaScript Tutorial on W3Schools