Skip to content
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (15 loc) · 517 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 517 Bytes

web2uph2016

Source Code contoh pada perkuliahan Pemrograman Web 2 UPH Medan 2016 kelas sore.

Daftar isi directory:

  • 1 -- pengenalan PHP
  • 2 -- variabel, operator, percabangan if
  • 3 -- percabangan switch, loop for(each), while, do while, array (multidimensi, asosiatif)
  • 4 -- fungsi array, user defined function, require (include)
  • 5 -- web form dan request handling (POST, GET)
  • 6 -- upload file dan cookie
  • 7 -- session
  • db -- database
  • tpl -- template engine
  • 11 -- javascript
  • 12 -- DOM dan AJAX