This tutorial will help you to prevent SQL inject in PHP. In this tutorial first, check a basic example of…
Browsing: PHP
Install PHP Ioncube Loaders in Ubuntu & Debian . Ioncube is used as the encryption and decryption utility for PHP…
You can use PHP date() function or DateTime() class to get current Date & Time in PHP. This tutorial will…
PHP 7.2 is the latest stable release available for the installation. This tutorial will help you with the installation of…
On your system, if you have installed multiple versions of PHP (eg PHP 7.4 and PHP 5.6 both). PHP 7.4…
On your system, if you have installed both PHP 7.1 and PHP 5.6 version. PHP 7.1 is running as default…
PHP file_get_contents() function is used for reading the file contents into a string. This function is also capable to read…
PHP fread() function is used for reading content from using php script. This function takes two arguments as described below.…
PHP fgets() function is used for reading single line from file This function takes two arguments as described below. 1.…
PHP fwrite() function used to write data to file. This function take three arguments 1. File specifies filename to write…