PHP & Web

PHP & WEB Programming

SYNOPSIS

PHP course is designed to introduce students to program a web based application. Students will be exposed to the software and technologies involved in developing web based application. Throughout the course, students will learn proper techniques to develop web based applications starting from designing interfaces to publishing application to a production server.

DOWNLOAD CODES: 

  1. Sample HTML Frame (DIP3A) [Download]
  2. Sample PHP MYSQL - Fiza Diary (Simple Application) [Download]
  3. Sample PHP MYSQL - Fiza Simple Login (User by Level) [Download]

DOWNLOAD: NOTES
  1. Introduction to FP512 [Download]
  2. Chapter 1 - Introduction to web environment [Download]
  3. Chapter 2 - Introduction to PHP [Download]
  4. Chapter 3.1 - Basic Syntax of PHP [Download]
  5. Chapter 3.1 - Operator in PHP  [Download] 
  6. Chapter 3.1 - Selection and Looping in PHP  [Download] 
  7. Chapter 3.2 - Class and Object in PHP [Download]
  8. Chapter 3.3 - Function in PHP [Download]
  9. Chapter 3.4 - Array and String in PHP [Download]
  10. Chapter 3.5 dan 3.6 - Web Form in PHP [Download]
  11. Chapter 3.7 - Understand Cookies and Sessions [Download]
  12. Chapter 4.1 - File and Directory Handling [Download]
  13. Notes: PHPMyAdmin (not the latest version) [Download] ** credit to keyrul
  14. Chapter 5 - Database Connectivity (Part 1) [Download]
  15. Chapter 5 - Database Connectivity (Part 2) [Download]
  16. Responsive Web [Download]




1 comment:

Question 1: Introduction to Variable

Based on code below, create a dynamic program that solve problem below: Source Code: #include <iostream> using na...