Posts by Faruque Ahamed Mollick
Author Biographical Info: Not available
This tutorial is going to be interesting to you. In this article, I am going to show you how to send SMS in PHP. I hope, you are also excited to see how to send SMS programmaticall.... Read More
MSG91 is a well-known API provider to send SMS. In this tutorial, I am going to show you how to send SMS with MSG91 API using Python msg91-sms PyPI package. The msg91-sms library i.... Read More
I was working to change one of my custom option group settings option of WordPress via a cron job. I did this work in a custom PHP file that is non-WordPress. So I had to find a wa.... Read More
In WordPress plugin development, it is often required to add a submenu page. You may find many plugins that have a submenu page under the WordPress settings menu just like you can .... Read More
You may want to add some content manually after the WordPress post content. It can be your Google AdSense code, Banner ad, even can be just a signature or anything that you want. I.... Read More
We can send and retrieve value via URL as the GET method. By default, the HTML form data submitted via URL query or parameters. Sending values via URL is known as the GET method. I.... Read More
In WordPress comment form section for posts or pages, we can see a website URL field. Many of the WordPress bloggers may not like to keep this field. This is because spammers use i.... Read More
Custom posts types in WordPress are the content types like posts, pages and attachments. In a custom post type, all the content are of the same type. The posts, pages, attachments .... Read More