Upload Images And Store In Database Using PHP And MySQL

In this tutorial, we'll talk about how to upload images in PHP and store them in a folder and database. PHP is a server-side application on a creates a dynamic website. PHP handles the uploading of image files to store the server and display them on the website. This...
Stripe Payment Gateway Integration using PHP

Stripe Payment Gateway Integration using PHP

In this post, we are going to see about implementing Stripe checkout Payment Gateway Integration in PHP. It is easily registered debit/credit card(s) with your Stripe account. It is integrate Stripe API account is used for a variety of PHP-based website including...
How to Integrate PayPal REST API Payment Gateway in PHP

How to Integrate PayPal REST API Payment Gateway in PHP

In this article, I am going to show you How to Integrate PayPal Payment Gateway in PHP. It is easily registered debit/credit card(s) with your PayPal account. This PayPal account is used for a variety of businesses including e-commerce websites, freelancers, digital...

How to Get Title and Metadata (meta tags) from URL using PHP

In this article, I am going to show you how to get webpage Titles and Meta tags from external website URLs using PHP. Scroll down to the page so you can see the full source code available for this. Mostly, All external websites are used to specify the 3 common...

htaccess tutorial for beginners

In this tutorial, I'll cover how to setup an .htaccess configuration file for redirecting to website page. It is simple to use, Hypertext access (.htaccess) is a configuration file automatically executed and detected by the Apache web server.Just create a .htaccess...

How to Create Popup Contact Form using jQuery and PHP

In this article, we are showing how to build an Email contact form as a popup dialog box. I used the HTML contact form with the jQuery plugin to display a popup dialog box without a page refreshing. Generally, The build PHP form has the user name, user email, Subject,...