To-Do lists are a great way to keep track of your daily tasks. In this tutorial, we will build our own to-do list using PHP, MySQL, and AJAX. This tutorial assumes that you have a basic understanding of HTML, PHP, MySQL, and jQuery. We will cover this tutorial in easy steps with a live demo of the To-Do List Application Using PHP & MySQL.
[...]
Category: jQuery
The Contact Us form allows users to communicate with web application administrator. It allows them to send queries to the web application owners about relevant services. In this tutorial, we will learn how to Build a Simple Contact Us Form using PHP, AJAX and jQuery. We will cover this tutorial in easy steps with live demo to Contact Us Form [...]
CRUD Operations heart of a dynamic application. CRUD stands for Create, Read, Update and Delete and these are four basic functions to manipulate data in a database. In this tutorial, you will learn how to implement DataTables CRUD Operations using PHP jQuery, and MySQL. We will cover this tutorial in easy steps with live demo to DataTables CR [...]
TinyMCE is the world's most popular open source web-based WYSIWYG editor. It has the ability to convert HTML textarea fields or other HTML elements to editor instances. This example demonstrates the integration of upload image in TinyMCE Editor using setup handler with PHP upload functionality. In this tutorial, we will explain you how to use [...]
A subscription is a product or service which is paid for periodically, rather than all at once. Subscriptions fees are usually charged for a consistent time period, typically in weeks, months, or years. Stripe is a system to accept payments via credit cards. Instead of you handling all the security compliance and banking transactions. In this [...]