Materi PHP

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