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. |
Date and Time | Jul 7, 2022 | The PHP date() function formats a timestamp date into a more manageable date and/or time. |
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. |