by codeAT21 | May 2, 2022 | PHP
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....
by codeAT21 | Apr 18, 2022 | 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....
by codeAT21 | Apr 6, 2022 | PHP, React
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...
by codeAT21 | Apr 6, 2022 | PHP, React
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...
by codeAT21 | Apr 2, 2022 | 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. MySQL database First We have to create...
by codeAT21 | Jan 22, 2022 | PHP
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...