Author: Sajid
How to Seed Database Using PHP Faker Library
You have developed an application. Now, to test your application you need fake data into the database. And you don’t want to fill it up…
Redirect to Thank You Page After Contact Form 7 Submission
If you are using Contact Form 7 plugin, then you would know that when a user submits a contact form they will not redirect to…
How to Save Contact Form 7 Submissions to WordPress Database
Contact Form 7 is no doubt one of the most popular plugins on the WordPress repository. This plugin helps us to quickly create contact forms,…
How to Integrate Multi-Step Form On Your Website
A website usually has HTML forms on it. The pages like contact, registration, survey, etc are required the HTML form. In some scenarios, you may…
Customize WooCommerce Product Search On Your WordPress Site
Do you want to customize the WooCommerce product search on your online store? WooCommerce provides a separate shop page for a product listing. By modifying…
Kickbox – A Real-Time Email Verifier Library for PHP
Do you want to write a real-time email verifier script in PHP? A real email address means an email that actually exists. This email address…
Laravel Helpers – Global Functions For Laravel Developers
Laravel is a trending framework for PHP nowadays. The popularity of Laravel is increasing day by day. There are several reasons behind this popularity –…
How to use Guzzle – A PHP HTTP Client for Sending HTTP Requests
In real-world applications, sometimes you need to interact or communicate with external web services. For this process, you have to send HTTP requests to web…
How to Customize Comment Form in WordPress
WordPress comes with a comment form at its core. This comment form will display usually on your posts. The visitors can leave their feedback using…
Display Posts from Specific Category On A WordPress Page
Do you want to display posts from a specific category on a custom page template? Using a page template, you can use your own HTML…