Subcategory: PHP
Json_encode() Function | Convert PHP Array To JSON
In this tutorial i will discuss about php json_encode() inbuilt method. json_encode — Returns the JSON representation of a value. In php json_encode() function is an inbuilt... Read more
June 16 , 2020
Don't Use If Else Ladder In Php Rather Use This Method
In this tutorial we will learn about php if statement multiple conditions example. When we develop application, sometimes we will face such situation that we need multiple if condition in php. Th... Read more
July 4 , 2020
Pass By Value And Pass By Reference Example In PHP
Hello php devs in this quick example i will discuss about reference variable in php with example. If you don't know pass by value and pass by reference in php then this example is for yo... Read more
December 30 , 2020