|
home—lects—hws
D2L—breeze (snow day)
For this class, I recommend Chrome, or Firefox w/ Firebug. We will not try to support IE!
Client Server Browser ->request-> (URL) WebServer (Apache) - look up file: - possibly redirect... - what if file exists, but no permissions? - what if file doesn't exist? - what if URL is a directory? - what if request from a mobile platform? - process any php (as configured) which may invoke other programs, db connections, etc <-response<- (html, jpg, html+javascript, ...) Browser ...makes a gui window, lays out text/color/pictures Displays response Also: ...makes add'l URL requests... (img tags!) [Also: Ad blocker!] ...runs javascript... ...invokes plug-ins or passes to OS...
What happens for each of:
"hello" . 17 'hello' "he'llo" 'he"llo' $myName = "Ian" "hello, $myName.\nBye." 'hello, $myName.\nBye' strlen("hi\n") strlen('hi\n') |
home—lects—hws
D2L—breeze (snow day)
©2013, Ian Barland, Radford University Last modified 2014.Jan.29 (Wed) |
Please mail any suggestions (incl. typos, broken links) to ibarlandradford.edu |