Arrays |
Apr 01, 2024 |
How To create, sort and modify arrays. |
Date and Time |
Jul 7, 2022 |
The PHP date() function formats a timestamp date into a more manageable date and/or time. |
Echo |
Mar 31, 2024 |
How To output expressions using the echo command structure. |
File I/O |
Jan 30, 2022 |
Learn how to read and write to and from text files on your web server from a PHP web page. |
GET Method |
Feb 16, 2023 |
HTML Form GET method and PHP $_GET superglobal are used together for passing and retrieving non-sensitive data. |
POST Method |
Feb 17, 2023 |
HTML Form POST method and PHP $_POST superglobal are used together for passing and retrieving sensitive data. |
Print |
Mar 31, 2024 |
How To output expressions using the print command structure. |