Send Email from Localhost using PHP with SMTP and PHPMailer
by Vincy. Last modified on August 17th, 2022. Localhost is the web developer’s favorite home. Local development environment is always convenient to develop and debug scripts. Mailing via a script with in-built PHP function. This may not work almost always in a
How to Upload Files to Google Drive with JavaScript
by Vincy. Last modified on August 15th, 2022. This article gives a working example script to learn how to upload files to Google Drive via JavaScript. Creating a JavaScript solution to the Drive file upload process is very simple. It uses gapi library
Disable mouse right click, cut, copy, paste with JavaScript or jQuery
by Vincy. Last modified on August 14th, 2022. Before learning how to disable the cut, copy, paste and right-click event in JavaScript we should know first Why. Why we need this is, for copying and manipulating content displayed on the client. It
Add Google reCaptcha V3 Example with PHP
by Vincy. Last modified on August 11th, 2022. Google reCaptcha V3 is the latest version provided with the highest security in comparison. Google contains different captcha services with reCaptcha V2. There are the (I am not a Robot) checkbox, invisible captcha
JavaScript Autocomplete TextBox (autosuggest) from Database
by Vincy. Last modified on August 9th, 2022. AutoComplete is a feature to suggest relevant results on typing into a textbox. For example, Google search textbox autosuggest search phrases on keypress. It can be enabled using client-side tools and attributes. The data
How to Upload Files to Google Drive with API using PHP
by Vincy. Last modified on August 5th, 2022. Uploading files to Google Drive programmatically can be done by the Google API. It uses OAuth to authenticate requests and authorize access. This tutorial describes uploading files to Google Drive using PHP. It gives
Convert HTML Table to Excel using JavaScript
by Vincy. Last modified on July 25th, 2022. Converting a HTML table to an excel file is a standard requirement of reporting websites. It will be simple and easier if the conversion is taking place on the client side. There are many
Add Watermark using PHP to Existing or New PDF
by Vincy. Last modified on July 16th, 2022. FPDF is a fantastic library for working with PDF documents in PHP. It is the most popular one with a large number of plugins that enhances its core features. Adding a watermark to a
How to Add Custom Field to Product in WooCommerce
by Vincy. Last modified on June 29th, 2022. WooCommerce is the best among the top eCommerce software which is free. It is based on WordPress platform. Setting up a shopping cart is quite easy with WooCommerce. In previous articles, we have seen
jsPDF AutoTable example – Table to PDF
by Vincy. Last modified on June 17th, 2022. The jsPDF AutoTables plugin is for converting a table to a PDF. This is a dependable client-side library to generate reports online in a table format. It has many features around the PDF generation