Across
- 1. Defines reusable code blocks
- 4. Sends a value back from a function
- 6. Used within a switch statement
- 8. Adds a file to another PHP file
- 9. Checks another condition if the first is false
- 11. Stores multiple values in one variable
- 13. Boolean value for truth
- 14. Starts with a dollar sign in PHP
- 15. Checks many conditions at once
- 17. Used to print text to the screen
Down
- 1. Boolean value for false
- 2. Loop with init, condition, and increment
- 3. Adds a file and stops if not found
- 5. Represents a variable with no value
- 6. Skips one loop iteration
- 7. Stops a loop or switch
- 9. Executes when the "if" condition is false
- 10. Loop used for arrays
- 12. Loop that runs while a condition is true
- 16. Conditional statement
