Do you know How to display more records while scrolling the page down using JQuery and PHP? If you are familiar with jQuery and PHP, then it is not hard nut to crack. Have a look on below code and you can do the same. Include JQuery library File: Include JQuery library File: <script type=’text/javascript’…
JSON (JavaScript Object Notation) is a text-based, light-weighted, language-independent data interchange format. It was derived from the ECMAScript Programming Language Standard. JSON follows a small set of formatting rules for the portable representation of structured data. It is easy for humans to read and write and easy for machines to parse and generate. These properties…
PHP: Object Oriented Programming (OOP) php objects A class is a ‘blueprint’ for an object, just like a function that you’d declare and use, a class merely describes a type of object. Before you can do useful logical work with it, you need to create an object (in pure OOP terms instance of a…