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