Web Design Workshop Syllabus

From LUG Manipal Wiki

Jump to: navigation, search

GENERAL

  • No data types in php (why?)
  • echo statement (print also in case needed)


STRINGS


ARRAYS

  • Accessing and setting an element using index or key
  • join: making array from string
  • in_array: checking an element is in array


WEB BASICS


FILES


FORMS

  • GET and POST variables
  • submit, form element names relationship with GET and POST variables
  • session variable, its use in user login


MySQL

  • SQL queries (create table, select,insert, delete, update, truncate, Primary Key, Foreign Key)
Personal tools