2021

json_encode() & json_decode() in PHP

json_encode(): json_encode() is one of the powerful in built function in PHP. You can encode an array into JSON object. JSON s…

PHP Call By Reference

PHP Call By Reference: So, whenever you want to recieve arguments by reference, varibale must be prefixed by & symbol. It …

Web Developer Complete guideline 2021.

First, Learn some frontend technologies: HTML CSS Bootstrap PSD to HTML Learn basic Photoshop. Then, learn some programming la…

That is All