Home

Posts

Code Snippets Downloading With File Get Contents

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 gets/downloads a file(locally or from the web) as a string…
Code Snippets Force File Download

PHP Force File Download

In this code snippet, we’ll learn how to force file downloads in PHP…
PHP Code Snippets Data Validation

PHP Data Validation

In this code snippet, we’ll learn how to perform data validation in PHP. Data validation is used to make sure the input data is present and in the correct format…
Code Snippets Date

PHP Date

In this code snippet, we’ll learn about the date() function in PHP. The date() function takes in a string that specifies the date/time format and gives you the result…
Code Snippets Dirname

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 gives you the parent directory of it. A second parameter…
Code Snippets Request Variables

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 backend the data associated with the request(POST body, GET url…
PHP Code Snippets Pass By reference

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 passed either by value or by reference. Usually, we do…
PHP Code Snippets Working With Strings

PHP Working With Strings

In this code snippet, we’ll learn how to work with strings in PHP. More specifically we’ll learn how to concatenate(join) strings, trim white spaces, make a string lower or upper…
PHP Code Snippets Working With Arrays

PHP Working With Arrays

In this code snippet, we’ll learn how to work with arrays in PHP. More specifically we’ll learn how to merge arrays, add/remove elements, reverse the array, remove duplicates, search the…

Advertisment ad adsense adlogger