|
This course provides the learner with step-by-step instructions for using PHP to create dynamic Web sites that are responsive to users and can alter content based on differing situations.
Objectives:
After completing this course, students will be able to:
- Create PHP scripts using multiple files
- Display and handle HTML forms within a single PHP script
- Create and call functions
- Create functions that take arguments and return values
- Set and alter variable scope
- Send email from a PHP script
Topics:
- Including multiple files
- Using PHP redux
- Making sticky forms
- Creating your own functions
- Creating a function that takes arguments
- Setting default argument values
- Returning values from a function
- Variable scope
- Date and time functions
|