Web Design Workshop Syllabus
From LUG Manipal Wiki
GENERAL
- No data types in php (why?)
- echo statement (print also in case needed)
- Looping like for , while , foreach, do...while
- Decision statements like if , else , switch case
STRINGS
- Functions: chr,ord , md5 , strcasecmp , strstr ,strcmp , strlen , strrev , strtolower , strtoupper
ARRAYS
- Accessing and setting an element using index or key
- join: making array from string
- in_array: checking an element is in array
- array_reverse , sort , print_r , shuffle , array_unique
WEB BASICS
FILES
- fgets , fputs , unlink , touch , rmdir , rewind , rename , is_readable , is_writable
FORMS
- GET and POST variables
- isset, form attributes
- 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)
