Linux Setup
- Installing LAMP (Linux, Apache, MySQL, and PHP)
- Setting up and testing your web server
HTML Examples
- MyFirstHTML.html, source
- You will get a Not Found error if your URL is wrong or it points to a page that doesn't exists.
- input.html, source
- table.html, source
- HTML Tutorial on W3Schools
CSS Examples
- MyFirstCSS.html, source
- tablecss.html, source, table.css
- Introduction to CSS
- CSS Tutorial on W3Schools
PHP Examples
- MyFirstPHP.php, source
- get.php, source
- input.php: run the input.html file, source
- This page isn't working, source
- function.php, source
- array.php, source
- PHP Tutorial on W3Schools
MySQL Examples
- MySQL
- MySQL Tutorial on W3Schools
PHP and MySQL Examples
- db_login.php, source
- sql_connect.php, source
- sql_select.php, source
- sql_select2.php, source
- sql_encryptpassword.php, source
- sql_authenticatepassword.php, source
- session.php, source
JavaScript
- toggle.html, source
- JavaScript Tutorial on W3Schools