Simple Inserting And Retrieving Data Without Page Refresh Using Ajax

Submitted by razormist on
In this tutorial we will create a Simple Inserting And Retrieving Data Without Page Refresh Using Ajax. Ajax is a new technique for creating better, faster, and more interactive web applications. It is widely used by other well known websites like facebook. Let see how Ajax works with PHP in an interactive kind of application. Let's start coding. Creating A Database To create a database open any kind of database base server that you have(wamp, xamp, etc..). Then create database and name it 'db_post'.

Online Catering Reservation

Submitted by umind514 on
A system created for catering services using Bootstrap and MySqli for online reservations to organize the schedule of reservations to avoid conflicts with the availability of catering, this includes the capability to generate unique reservation code for security purposes. This system will help to reduce time to generate reports and process reservations. Features: Customer View Menu Details View

Secure Registration and Login Script with PHP and MySQL using CodeIgniter and Ion Auth

Submitted by admin on
This is a secure registration and login form created using CodeIgniter and Ion Auth. I highly recommend using Ion Auth to secure the login form of your site as this is already tested and proven to prevent SQL Injection. In addition, I use Bootstrap to improve the design of the form. Here’s the instruction on how to setup CodeIgniter, Ion Auth and Bootstrap. 1. Download CodeIgniter Extract the

Ajax File Uploader

Submitted by razormist on
In this tutorial we will create a Ajax File Uploader. Ajax is a new technique for creating better, faster, and more interactive web applications. Ajax is pre-request callback function that can be used to modify the jqXHR (in jQuery 1.4.x, XMLHTTPRequest). It is widely used by other well known websites like facebook. Let's take a look and start coding. Creating A HTML Form This will be the interface of the application.

How to Create, Read, Update, and Delete (CRUD) Record Programmatically Using VB.NET

Submitted by admin on
This sample program will allow you to create, read, update, and delete record programmatically. In this program, you’ll learn the following: Populate DataGridView control with data programmatically. Include database file within the solutions. Clear controls Populate controls based on data selected in DataGridView control. Use ExecuteNonQuery to update database.