How to Export and Download the Mysql Table data to CSV File in PHP

How to Export and Download the Mysql Table data to CSV File in PHP

Hi, You will learn in this tutorial How to Export and Download the Mysql Table data to CSV File in PHP. Sometimes you need to Export the user's data to CSV file because if a client wants to send the emails from the Autoresponders like Aweber, GetResponse, Mailchimp, etc.. In this case, you need to provide the user's contact information in the form...
How to stop direct URL access to images with htaccess

How to stop direct URL access to images with htaccess

Hi, Do you know how to prevent the direct URL access to the web? In my current project, somebody has copied my whole images from the site with direct access. In this case, we lose the data and this data went to untrusted persons they definitely misuse our content. To prevent this type of attack from the hackers to disable the direct URL access....
How to add the Save to Google Drive Button to your web page

How to add the Save to Google Drive Button to your web page

Hi, In this tutorial, I am going to show you how to add the save to google drive button in your web pages. This is a simple procedure it enables your website to allow your users to save files to their Google Drive . by configuring the save button. It is the simplest way to display the save to drive button on your page. You need to load some javascript...
How to integrate the PayPal payment gateway in PHP

How to integrate the PayPal payment gateway in PHP

Hi, Today I am going to explain the major payment gateway used by all websites. i.e PayPal This is a very simple mechanism to integrate the Paypal payment gateway in web applications. First, we need the business email for the Paypal Account for this you have to sign up in the Paypal Website. Before going to integrate the Paypal in web applications...
How to display Loading Image with changing some text while Page Loads using Jquery and CSS

How to display Loading Image with changing some text while Page Loads using Jquery and CSS

In this tutorial, I am going to show you how can you set an animated loading image with some text changing while page loads using Jquery and CSS. It is a great idea to show a cool animated image with changing some text until your website is loading. This idea can implement it on the user registrations. Generally, we do after the user registration...