How to add Days, Hours, Minutes, and Seconds to Datetime in PHP

Here we’ll provide the simplest way to add days, minutes, hours, and seconds to Datetime using PHP. In PHP, using date() and strtotime() functions you can easily increase or decrease time. The provided PHP code lets you do the following work. Using the above code you can add time to current time or any desire […]

Available predefined error constants for the php

Few days before, we have seen about PHP errors which are classified by the time of occurrence, recovery possibilities and etc. We can decide and control, which of these errors should be displayed at the time of its occurrence, by using predefined constants available in PHP represented as the error code or error constants. Let […]

How To Work With PHPs Configuration File – php.ini File

php-ini-file

While installing PHP, this file is provided with PHP installation settings. For that, it includes set of directives provided with respective values. These directives are of two types based on the values they have. These are, Value Directive – It contains values with respect to the name of the directive. For example, include_path is a […]