PHP Pagination Code with Column Sorting using AJAX

PHP Pagination Code with Column Sorting using AJAX

Hello everyone, today we will learn how to make Ajax Pagination with Column Sorting in PHP and MySQL. I am using AJAX to fetch user records as page data is loaded from the database (server-side) without reloading or refreshing the whole web page using jQuery and Ajax. Scroll down to the page, so you can see the full source code available for this.

read more

CRUD Operation using JSON File in PHP

In this article, we will discuss creating a CRUD Operation using JSON File in PHP. The PHP CRUD (Create, Read, Update, Delete) applications are often we do in building a website. JSON (JavaScript Object Notation) is lightweight and stores data as (key, value) pairs. JSON is the string notation that handles easy to read and write data. In our post, through implement the following functionality to build an example of how to connect PHP to a JSON File, create a new member record, fetch a member record from the JSON file, update the member record and delete the member record in the JSON file.

read more

How to Embed PDF Document in HTML Web Page

In this tutorial, we will show you how to display an Embed PDF Document on an HTML Web Page. The PDF (Portable Document Format) document quickly and easily links to an HTML code into a webpage. This Embed PDF Document support all modern browsers. The PDF document’s contents can be displayed in several ways to attach, embed, or hyperlink is used to link a PDF HTML code into a webpage.

Using Embed PDF File in HTML
The HTML embed tag has 4 parameters are: src (external file to embed), type (media type of the embedded content), width (width of the embedded file), and height (height of the embedded file). We’ll use the following code to embed a PDF file in the HTML Web page.

read more

How to Embed Microsoft Word and Excel Documents in HTML Web Page

In this article, we show how to Embed Microsoft Word and Excel Documents on an HTML Web Page. It is an easy and effective way to embed a Microsoft Excel and Word file on an HTML web page is to use the API provided by Microsoft and display excel/word documents right on your website browser. The Microsoft Office embed and display word and Excel file types (.doc, .docx, .ppt, .pptx, .xls, .xlsx) in HTML web page.

The $lt;iframe$gt; tag creates an inline frame. It is used to display a web page in HTML. Iframe tag is embedding third-party content in excel, word, media, etc.

read more

Inserting Array values into MySQL using PHP

This is a short tutorial on how to insert a PHP Array into a MySQL database. You can not array values directly insert into the MySQL table. It is not supported. We have Four methods for PHP array value insert into MySQL database.

read more

Upload Multiple Images And Store In Database Using PHP And MySQL.

In this article, we will look at how to upload Multiple Images And Store them In a Database Using PHP And MySQL. First, let’s create an HTML form to upload multiple images or files to store the server and display them on the website. This Website form should contain the attributes as method=’post’ and enctype=’multipart/form-data to support file upload.

read more

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 Website form should contain the attributes as method=’post’ and enctype=’multipart/form-data to support file upload. Follows YouTube tutorial(CodeAT21) and GitHub repository full source code Available.

read more
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 e-commerce websites, freelancers, digital marketing, and more. Scroll down to the page so you can see the full source code available for this.

Stripe is an online secure payment platform. It is easy-to-use and powerful way to accept credit cards directly on the web application worldwide. Stripe payment gateway is suitable for individuals who want to send and receive payments, sellers, business and freelancers.

read more
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 marketing, and more. Scroll down to the page so you can see the full source code available for this.

PayPal is an online secure payment platform and easy-to-use payment processing worldwide.

read more

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 metadata for the web page are page title, page description, and page keywords. These all meta tags information fetched using PHP. The page description and page keywords within tag and Page title is tag.

read more

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.

read more

How to Create Popup Contact Form using jQuery and PHP

In this tutorial, we’ll show you How to Create Popup Contact Form using jQuery and PHP(MySQL). The Popup Contact form is an important element placed inside your website. There is a lot of popup contact form available in online. We are creating an easy and simple Email popup contact form using jQuery and PHP(MySQL). The pops up the contact form to collect a User name, User subject, User email, User message and sent to email address. I have developed a Popup PHP light-weight contact form. You can view the youtube live demo and attached the source files link on Github.

read more

Books

The Joy of PHP: A Beginner’s Guide to Programming Interactive Web Applications with PHP and mySQL

Price : $4.83 Book Purchase link :https://www.amazon.com/Joy-PHP-Programming-Interactive-Applications-ebook/dp/B00BALXN70 How to program interactive web applications with PHP and mySQL-- even if you've never programmed before Have you ever wanted to design your own website or browser application but thought it would be too difficult or maybe you didn't know where to start? Have you found the amount of information on the Internet ...
Read More

React Native for Mobile Development: Harness the Power of React Native to Create Stunning iOS and Android Applications

Book Purchase Link : https://www.amazon.com/React-Native-Mobile-Development-Applications/dp/1484244532 Book Description Develop native iOS and Android apps with ease using React Native. Learn by doing through an example-driven approach, and have a substantial running app at the end of each chapter. This second edition is fully updated to include ES7 (ECMAScript 7), the latest version of React Native (including Redux), and development on Android ...
Read More

React Native Cookbook: Recipes for solving common React Native development problems

Book Purchase Link : https://www.amazon.com/React-Native-Cookbook-Industry-Development-ebook/dp/B079TVH9C3 Book Description If you are a developer looking to create mobile applications with maximized code reusability and minimized cost, React Native is what you need. With this practical guide, you’ll be able to build attractive UIs, tackle common problems in mobile development, and achieve improved performance in mobile environments.This book starts by covering the common ...
Read More

Categories