Workshop
The workshop is designed to help you anticipate possible questions, review what you've learned, and begin learning how to put your knowledge into practice.
Quiz
1. | What function sends mail? | 2. | What function call causes the script to execute for as long as it needs to run? |
Answers
1. | This is not a trick question. It's the mail() function! | 2. | set_time_limit(0) |
|