Author: Sajid
How to Read & Write Data on Google Sheets using Apps Script and PHP
Do you want to read from and write data to Google Sheets using PHP? Sometimes you need to build a flow to programmatically send data…
Download Tweets By Keywords, Mentions, Or Hashtags Using PHP
Data plays an important role in an online business. People are always looking for data in order to build their business strategies. Twitter is a…
Twitter API – Like And Retweet A Tweet Using PHP
Recently while working on a client’s project, we came across a situation where the client wants to like and retweet all tweets from a specific…
Send Your Contact Form 7 Entries to Google Sheets
Contact Form 7 is one of the most popular WordPress plugins. Over 5+ million users are using this plugin on their website. This plugin can…
How to Search Tweets by username using Twitter API
In this article, I show you how to use Twitter’s Search API to get tweets from a particular user. You may want to integrate this…
How to Integrate Twitter OAuth 2.0 in PHP + (Regenerate Access Token using OAuth 2.0)
Do you want to integrate Twitter OAuth 2.0 into your application? While interacting with Twitter API 2, you need to deal with OAuth 2.0. In…
Connect HTML Forms to Google Spreadsheet using Google Apps Script
While working on real-world applications, you may want to store your form submissions on Google Spreadsheet. It helps to view all records at a time…
PayFast Payment Gateway Integration in PHP
Do you want to integrate the PayFast payment gateway into your application? In this article, I will show you the integration of the PayFast payment…
Dynamically Generate vCard QR Code using PHP, JavaScript, and Ajax
A Virtual Contact Card aka vCard is used to share contact details on mobile devices. With vCard one can save details like name, contact numbers,…
Dynamically Generate QR Code using PHP, JavaScript, and Ajax
You may want to generate a QR code for many reasons. The QR codes are easy to share with people. As I want to show…