Simple PHP & MYSQL Photo Gallery

Submitted by bhadzky25 on
(Help: Please help me solve the bug and contact me.) This program is made of php and mysql. This is a simple Photo Gallery, photos will be uploaded in a directory folder called photos. This code was developed by Mayank Gandhi. You can view his article here: http://www.sitepoint.com/php-gallery-system-minutes/ .But when i run the php files, all the executions has an error, which i don't know how to

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