Most Useful Array Function In PHP
Most Useful Array Function In PHP: In this tutorial, you will learn about most common and useful function in php with help of examples.
Most Useful Array Function In PHP: In this tutorial, you will learn about most common and useful function in php with help of examples.
MySQL Database Connection Tutorial In PHP: In this tutorial, we will connect MySQL database in PHP using MySQLi and PDO with prectical example.
XAMPP Configuration for Sending Mail: In this tutorial, we will configure XAMPP for sending mail and use mail function.
Functions in PHP with types: In this tutorial, we will see what is function, types of function and how to create functions in PHP with examples.
Zip and Unzip files in php: In this tutorial, we will learn to compress or extract files in php using ZipArchive class.
Download and Upload files through FTP in php: In this tutorial, you will learn to connect FTP server using PHP and perform operations like download and upload using PHP.
Validate URL in PHP With Example: In this tutorial, we will validate URL with PHP with multiple examples like using Regex or FILTER_VALIDATE_URL function
Validate Email Address In PHP With Example: In this tutorial, we will validate email using multiple methods like filter function and reguler expression
How to Convert Object into Array In PHP With Example: In this tutorial, we will convert php object into associative array with type casting and JSON.
PHP JSON Parsing With Example: In this tutorial, we will see how to parse or encode/decode JSON into PHP or convert json sting into php object or array.