Toggle navigation
CS 3520
Web Site Development
Outline
(current)
Work
More
Syllabus
Links
Instructor
PHP
Introduction Lecture
VIDEO
and
VIDEO PHP BASICS
(except form processing, sessions and shopping cart are separate videos below)
hello world
php variables, and constants
predefined variables
arrays
operations
conditional and control statements
string functions
functions
Classes & Objects Lecture
classes
File I/O
Writing to a File
Builtin functions example
phpinfo
() - use to getinfo about PHP on server.
Form Processing Lecture
VIDEO
Request -
$_GET array
and $_POST array
Session Intro Lecture
Session examples
PHP shopping cart class plus more
Cookies (see book for reading)
Database
Making HTTP Requests and getting HTTP Responses --- communicating the REST way
PEAR library, HTTP_Request - making requests and get responses.
**** THIS IS INSTALLED ON csweb01 SERVER*****
Other
ANOTHER OPTION FOR creating HTTP requests and processing returned response
option 1:
curl library (must install this to use)
File Upload
,
multiple image files
HTTP login example
(uses header() function)
PHP encryption
Financial Transaction ideas
© Lynne Grewe