Program PHP
Across
- 3. Superglobal for form data (method GET)
- 4. Superglobal for form data (method POST)
- 6. Converts special characters to HTML entities
- 9. Finds position of text in a string
- 10. Sorts array in descending order
- 11. Replaces text in a string
- 13. Checks if a variable is set
- 14. Sorts array in ascending order
- 16. Splits a string into an array
- 19. Checks if a variable has no value
Down
- 1. Stores small data in user’s browser
- 2. Stores session variables
- 5. Joins array elements into a string
- 7. Converts a string to lowercase
- 8. Counts elements in an array
- 11. Converts a string to uppercase
- 12. Extension for MySQL database
- 15. PHP Data Objects for databases
- 17. Ends the script and shows a message
- 18. Counts the number of characters in a string