Author: Sajid
numverify – A Phone Number Validation API
Recently in one of the client’s projects, we integrated a numverify API for phone number validation. The numverify service checks if the phone number is…
How to Implement jQuery Datepicker with Timepicker
Are you looking to add a DateTime picker on your website? Adding a DateTime picker helps your users to choose the date and time together….
How to Install WordPress with WP-CLI
WP-CLI is the command line tool for managing your WordPress sites. Using this tools, we can perform several operations without even log in to the…
Validate Google reCAPTCHA using JavaScript
Google reCAPTCHA is a popular service for protecting website forms against spam bots. The reCAPTCHA asks users to solve simple puzzles that are easy for…
Integrate Google Invisible reCAPTCHA with PHP
Adding a captcha on the website forms is always been recommended. It’ll save your inbox and database from being filled with tons of spam. Cleaning…
How to Log Query in Laravel
Are you looking to log the query in Laravel? Or we can say, do you want to print queries in Laravel? Both questions have slightly…
How to Use DataTables in PHP
Do you want to integrate DataTables into your application? DataTables adds advanced interaction controls to your HTML tables. This service is popular for listing tabular…
How to Convert HTML to PDF in PHP
PDF(Portable Document Format) is a file format that includes text formatting and images in a fixed layout. The PDF is independent of application software, hardware,…
How to Increase WordPress File Upload Size Limit
Are you looking to increase the WordPress file upload size limit? You may face a problem uploading a large file if your server is set…
How To Create WordPress Video Gallery of YouTube Videos
Are you looking for creating a WordPress video gallery? One may need to place the videos on their WordPress website regarding their products, how to…