What is array in PHP Arrays in PHP is a type of data structure that allows us to store multiple elements of similar data type…
What is CRUD CRUD is an acronym for Create, Read, Update, and Delete. CRUD operations are basic data manipulation for database. We’ve already learned how to perform create (i.e.…
The user defined function for the MySqli database connectivity The client code when we call the db_connect() function from anywhere in our project
What is $this Keyword In PHP, $this keyword references the current object of the class. The $this keyword allows you to access the properties and methods of the current object within…
How to create classes? A class is defined by using the class keyword, followed by the name of the class and a pair of curly braces ({}).…
Object Oriented Concepts Terms Object-oriented programming is considered to be more advanced and efficient than the procedural style of programming. This efficiency stems from the…
Sockets are used for interprocess communication. Interprocess communication is generally based on client-server model. In this case, client-server are the applications that interact with each…
Create ” date_posted “database field type as text or varchar