by codeAT21 | Jan 17, 2022 | PHP
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...
by codeAT21 | Nov 13, 2021 | 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...
by codeAT21 | Nov 3, 2021 | 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...
by codeAT21 | Oct 3, 2021 | 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...
by codeAT21 | Sep 27, 2021 | PHP, React
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...
by codeAT21 | Sep 17, 2021 | 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,...