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.
134 Comments
Facebook Official Page: All PHP Tricks
Twitter Official Page: All PHP Tricks
If you are working with online payment transactions or making payment slip or salary slip online, then often you are needed display amount in the numbers as well as in words.
12 Comments
Facebook Official Page: All PHP Tricks
Twitter Official Page: All PHP Tricks
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