Create and Consume Simple REST API in PHP


In this tutorial, we will create and consume simple REST API in PHP. REST enables you to access and work with web based services. But before moving ahead let me explain what is REST and how does it works.

147 Comments

Facebook Official Page: All PHP Tricks

Twitter Official Page: All PHP Tricks

Create Simple Pagination Using PHP and MySQLi


In this tutorial, i will explain that how can we create simple pagination using PHP and MySQLi. If you are working with SQL and fetching multiple records from database, then you have seen that this is not good idea to list all the records in a single page.

132 Comments

Facebook Official Page: All PHP Tricks

Twitter Official Page: All PHP Tricks

Mask Input Field Using jQuery


When working with the web forms, we require validations in our input fields to collect the data in the required format, such as date in specific format, phone number, mobile number, any required specific format, today i will show you how can we mask input fields using jQuery. jQuery is very helpful to achieve this goal.

4 Comments

Facebook Official Page: All PHP Tricks

Twitter Official Page: All PHP Tricks