Programming Dive

Programming Dive @programmingdive

About: Programming in Blood Telegram Channel t.me/phpcodersguide

Joined:
Jun 13, 2020

Programming Dive
articles - 18 total

Convert an Array To StdClass With PHP

For more details, click on this link. To Convert an Array to stdClass with PHP is an easy step. In t...

Learn More 10 2Nov 19 '20

Convert an Array To String with PHP

For more details, check details here To convert an Array to String with PHP, we can use two different...

Learn More 28 1Nov 19 '20

How to merge an array in PHP?

Please check the detailed post about How to merge an array in PHP To merge arrays, PHP has provided...

Learn More 4 0Nov 1 '20

Which one to use PHPExcel or PHPSpreadsheet?

For more detailed post visit Which one to use PHPExcel or PHPSpreadsheet Excel is an excellent tool...

Learn More 12 2Oct 18 '20

Autocomplete using PHP and Ajax

Original & detailed post is written at Autocomplete using PHP and Ajax In the previous tutorials...

Learn More 9 0Oct 3 '20

Understanding of self and this in PHP

In this tutorial, we’ll start understanding of self and this in PHP & will see when to use self a...

Learn More 4 0Aug 11 '20

header() function in PHP?

Original and detailed post of this tutorial is located at What is header() function in PHP? As per p...

Learn More 8 0Jul 22 '20

Return statement in PHP

The return statement is an important language constraint to return the value to the caller. In this t...

Learn More 2 13Jul 18 '20

XML Parsing in PHP

XML stands for EXtensible Markup Language which is a markup language that is both human-readable and...

Learn More 1 0Jul 16 '20

Generators in PHP

PHP 5.5 came up with an interesting function to the PHP ecosystem and that was Generators. So while u...

Learn More 2 0Jun 18 '20

Method Chaining in PHP

In this tutorial, we’ll take a look at Method Chaining in PHP. Method Chaining is nothing but the con...

Learn More 5 0Jun 14 '20

Shorthand Comparisons in PHP

In Programming, shorthand is writing same piece of code in shorter way. Shorthand comparisons in PHP...

Learn More 2 0Jun 13 '20

File Uploading in PHP

File uploading is the common functionality in many applications. In this post, we’ll see how we can...

Learn More 2 0Jun 13 '20

How to upload Image using AJAX and Javascript?

In the previous post, we learned how to upload Image using AJAX and PHP and now in this post we’ll le...

Learn More 1 0Jun 13 '20

is_null vs null in php

As per the php.net site documentation, is_null() function finds whether provided variable is NULL. A...

Learn More 2 1Jun 13 '20

Merge PHP objects

While working on Object Oriented Programming Language, we often come in contact with large objects. S...

Learn More 2 0Jun 13 '20

Handle Exception in PHP

Runtime Errors or Exception Runtime Errors OR exceptions mainly occurs when there is an unexpected re...

Learn More 2 0Jun 13 '20

Using Lambda and Closure functions in PHP

PHP 5.3 started with adding new features in PHP that change the game forever in the language. These a...

Learn More 1 0Jun 13 '20