PHP

Save Radio Button Value Using PHP/MySQL

Submitted by argie on
This Tutorial will teach you on how to save radio button value using PHP and MySQL. To start this tutorial let's follow the steps below.

Creating Our Database

First we are going to create our database which stores our data. To create a database: 1. Open PHPMyAdmin. 2. Click Databases. 3. In the "Create new database" box, type "radio". 4. The click Create button 5.

Comment System With Captcha Using PHP

Submitted by argie on
In this program you will learn on how to create a comment system with captcha using PHP/MySQL. This comment system allows also to add sub comment. This system also uses captcha to prevent comments from spamming. It also gives an error message so that the user will be informed that the input captcha code is incorrect. database name: commentsystem

Search Record using jQuery in PHP/MySQL

Submitted by argie on
In this code you will learn on how to create search form that will give you result without transferring to other page. This code is made of PHP and jquery. The features of this code is to get the search result without transferring to other page and without loading the main page, you can also sort the data displayed by clicking the table header. Hope this code will help you. database name: simple

Live Search Using PHP/MySQL

Submitted by argie on
This code will help you on how to create a facebook like live search. This program uses javascript to display results (without pressing the enter key) right after you pressed any key without moving to other page. The result of the search query will be displayed below the textbox. Also, you can customize this code by adding a link on the dropdown list and redirect it automatically to the desired

How to Create Profile Information Page in PHP/MySQL

Submitted by argie on

Good day everyone, I am going to create my new tutorial called "Simple Profile Information Page". In this tutorial you can integrate my previous code on How to Create Registration Page in PHP/MySQL and on How to Create Login Page in PHP/MySQL.

To start with, follow the steps below.

How to Create Login Page in PHP/MySQL

Submitted by argie on
Related code: How to Create Secure Login Page in PHP/MySQL. Yesterday I posted a tutorial on how to create a registration page using PHP/MySQL. To make some follow up with my registration page tutorial, I decided to create another tutorial on how to create a login page using PHP/MySQL. The Features of my login page contain input validation using PHP session.

How to Create Registration Page in PHP/MySQL

Submitted by argie on
Related code: How to Create Secure Registration Page in PHP/MySQL This is a simple tutorial that will teach you on how to create a simple registration form using PHP/MySQL with JavaScript for input validation. This tutorial will not teach you on how to create a good design but rather to give you knowledge on how to create a fully functional registration form.

Creating our Table

First we are going to create our database which stores our data. To create a database: 1.

File Upload using PHP

Submitted by argie on
In this code you will learn on how to upload and download file using php. The system has the capability to record the download details, such as the time and date of download, the person who download the file and automatically save directly to database. database name: br username: admin password: admin

Facebook Timeline Clone Script

Submitted by argie on
In this code you will learn how to make a timeline like facebook. It also includes live search, wall post, delete wall post, add other that can be found in this application. This system allows the user to post picture. The user can also add and delete friends with instant notification. this system has a comment counter and can determine the interval of time from the date posted. database name