PHP - Live CRUD Operation In HTML Table

Submitted by razormist on
In this tutorial we will create a Simple Live CRUD Operation In HTML Table Using PHP/jQuery. jQuery is a cross-platform JavaScript library designed to simplify the client-side scripting of HTML. It is designed to make it easier to navigate a document, via classes and id's attribute. So let's now do the coding... Before we started: First you have to download & install WAMPserver or any local server that run PHP scripts.

Online Library Management System

Submitted by jatin@2196 on
Online Library Management System Project is simple and easy to use and understand. It consists of operation such as: Register yourself as Student or Faculty. Admin Login Student Login Faculty Login Search Book by Id, Name and Author Name. Id: admin1234 Pwd: 12345 This is XAMP based online library management system and its design looks better in Mozilla Firefox browser.

PHP - How To Upload CSV File Into MySQLi

Submitted by razormist on
In this tutorial we will try to upload a CSV File Into MySQLi. This simple script can process and insert the CSV file into MySQli Database. It can lessen and fasten your database processing if your csv is already have a data. So let's do the coding. Before we started: First you have to download & install WAMPserver or any local server that run PHP scripts. Here's the link for WAMP server http:/

PHP - How To Display XML File Using HTML/PHP

Submitted by razormist on
In this tutorial we will try to read a Simple XML File using PHP script. XML used to create common information formats and data encryption. Some of XML's advantages are its self-documenting which allows for internationalization in human language that support parsing requirements. By using XML it improved the exponential and simplified capacity of PHP 5. So Let's see how it do. Before we started