Add an Event to Google Calendar in PHP

Google calendar is a free, cloud-based scheduling product developed and maintained by google and it is used as a tool for event managements and reminders. Learn how to add an event to google calendar in PHP using Google Calendar API to automate event management.

Add Event to Google Calendar in PHP

Generate Random String in PHP

Developing a modern PHP web application comes with a common requirement to generate random strings for various reasons. Learn different methods to generate random strings in PHP with example code snippets.

Generate Random String in PHP

Customize Comment Form in WordPress

WordPress comes with default comments form which is functional but it lacks some customization to fit the needs of website. Learn how to customize comment form in WordPress with code examples.

Customize Comments Form in WordPress

Upload & Save an Image to MySQL Database in PHP

Normally, when files are uploaded in a web application they are stored on disk and path to file is saved in database. MySQL also supports a field type longblob which can be used to store images in database. Learn in this post how to save an image to MySQL database in PHP.

Upload and Save Image to Database in PHP and MySQL

Upload Files to Google Drive in PHP

Google Drive is a storage service google provides to every account with 15GB of free storage per drive. This drive is used to store different types of files. Learn in this post how to upload files to google drive from PHP application.

Upload Files to Google Drive in PHP

Login with Microsoft Account in PHP

Microsoft enables web applications to allow users login with their outlook or Microsoft account via OAuth 2.0 system. Learn how to implement login with Microsoft account in PHP using Microsoft identity platform in simple steps.

Login with Microsoft Account in PHP

Custom Domain Email for Websites

Third-party email hosting services allow you to manage your custom domain email addresses with ease. Learn in this post how to create email addresses with custom domain name.

Custom Domain Email for Websites

Create Shortcodes in WordPress (Basic Example)

A WordPress shortcode is piece of code wrapped inside brackets which is used to add custom functionality and feature to content of website post or page. Learn how to create custom shortcodes in WordPress without a plugin.

Create Shortcodes in WordPress