Practical solutions

PHP Howtos How-To Guides

Solve the problem. Keep building. Collection of PHP how-to articles

Find the answer you need

Browse practical solutions, grouped by the task you're working on.

__COUNT__ entries on this page

How to Print to Console in PHPThis tutorial introduces how to write to console in PHP How to Get JSON Object From URL in PHPThis tutorial introduces how to get JSON object from URL in PHP How to Find Root Directory Path in PHPThis tutorial introduces how to find the root directory path of the PHP project How to Convert Object to String in PHPThis tutorial introduces how to convert an object to a string in PHP How to Get the Current Script File Name in PHPYour script may need the current file name with the directory name in which it is currently executing. How to Replace Space With Dash in PHPPHP provides three functions to replace string/array with another string/array in the string/array. How to Check if Key Exists in Array in PHPYour script may need the check if particular key exist or not to perform operation on value. How to Call to Undefined Function in PHPIn today's post, we are finding out how to unravel this error. How to Get Yesterday's Date in PHPIt introduces how to get yesterday's date in PHP. How to Get Last Array Element in PHPThis article will explain how to extract the last element of an array in PHP How to Sanitize Input in PHPIn today's post, we will learn how to sanitize the input data in PHP before passing it to the database. How to Create Default Object From Empty Value in PHPThis tutorial will introduce how to get rid of the error creating default object from empty value in PHP. How to Create Countdown Timer in PHPThis tutorial will introduce how to create a countdown timer in PHP How to Check Type and Value of Null in PHPThis tutorial introduces how to check the type and value of null in PHP. How to Detect Mobile Device in PHPThis tutorial will introduce how to detect mobile devices in PHP How to Get the Current Month of a Date in PHPThis article introduces how to get the current month in PHP> How to Create the MM/DD/YYYY Date Regular Expression in PHPThis tutorial introduces how to create the mm/dd/yyyy regular expression in PHP How to Convert XML Into an Array in PHPThis tutorial introduces how to convert XML into an array in PHP How to Create Config Files in PHPThis tutorial introduces how to create config files in PHP How to Achieve Multithreading in PHPThis tutorial introduces how to achieve multithreading in PHP. How to Define an Empty Object in PHPIn this article, we will define an empty object in PHP. How to Subtract Days With PHPIn PHP, we use some functions to subtracts day, months, and years from a date. How to Write HTML Inside PHPThis tutorial introduces how to write HTML inside PHP How to Return to Previous Page in PHPThis tutorial introduces how to return to previous page in PHP