PHP Global Exception Handler In this code snippet, we'll make a global exception handler in PHP. A global exception handler is used to catch any PHP APIs With The Slim Framework In this code snippet, we'll make a REST API with the Slim framework in PHP. Slim is a framework that enables PHP Objects And OOP In this code snippet, we'll take a look at objects and basic of object oriented programming in PHP. I will PHP Downloading With file_get_contents() In this code snippet, we'll learn how to perform file downloads in PHP with the file_get_contents() function. The file_get_contents() function PHP Force File Download In this code snippet, we'll learn how to force file downloads in PHP. PHP Data Validation In this code snippet, we'll learn how to perform data validation in PHP. Data validation is used to make sure PHP Date In this code snippet, we'll learn about the date() function in PHP. The date() function takes in a string that specifies PHP dirname() Function In this code snippet, we'll learn about the dirname() function in PHP. The dirname() function takes in a path string and PHP Request Variables In this code snippet, we'll learn how to get HTTP request variables in PHP. When an HTTP request is made to the PHP PHP Pass By Reference In this code snippet, we'll learn how to pass and work with variables by reference in PHP. Variables can be < Previous 1 … 8 9 10 11 12 … 26 Next >