Materi PHP
Across
- 4. Operator used for decision-making
- 6. Data type used to store text
- 7. A popular web server that can run PHP scripts
- 8. Function in PHP to repeat code a number of times
- 11. A control structure for multiple choices
- 12. One of the programming languages similar to PHP syntax
- 14. PHP can connect to this to store data (e.g., MySQL, Oracle)
- 16. Term for a fixed value that doesn't change
- 17. A common database system supported by PHP
- 19. A data type used to represent whole numbers
Down
- 1. The creator of PHP
- 2. Collection type used to store multiple values under one variable
- 3. Set of rules for writing proper PHP code
- 5. A keyword used to define a custom function
- 9. Scripting language embedded in HTML
- 10. The type of loop that repeats a specific number of times
- 13. The command used to print output in PHP
- 15. Output sent by PHP to the browser
- 16. Text in code that explains or clarifies but is not executed
- 18. Type of comment that starts with