- how to put PHP code in your page
- how to define a function in PHP
- how to include one PHP file from another file
- how to pass data from a form to a PHP script
- how to defne arrays in PHP
- how to use phpinfo() to find out how PHP is set up on the server
- how to redirect a user to another page in PHP
- how to prevent the browser from caching a web page
- how to sanitize user data using a popular santization library
- examples of common PHP commands to transform strings
- two examples of how to run system commands from PHP
- how to send an email from a PHP script
- how to upload a file to the server from a form
- how to read and write to files
- how to read and write Cookies
- an example of how to use the file read/write code to create a mailing list
- how to paginate results retrieved from a database
- blog example - how to read and write to a database
- authentication example - how to compare what a user has entered to data stored in a database
- how to parse RSS feeds using the SimplePie library
- how to parse XML data using PHP's built-in XML functions
- how to write object-oriented code in PHP
- how to use PHP Sessions to maintain state between different pages
- an example of an object-oriented social network using sessions, encrypted user passwords, object-oriented santiization of user data, and a clear MVC architecture.
- how to use Flash to play media files using the embed tag
- how to use Flash to play media files using Javascript instead of the embed tag
No comments:
Post a Comment