Tag: PHP
Brief Explanation Of PHP Abstract Class And Its Use Cases
In This example, I will discuss abstract class php and difference between interface and abstract class in php. If you don't know about it, then this abstract class in oops with example t... Read more
Insert Data Into MySQL Database Table Using PHP
In this tutorial i will show you how to insert data into database using php and mysql. In this tutorial we will see how we can insert data to database using procedural, object oriented php and finally... Read more
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
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