Backup MySQL Database Using PHP

Submitted by argie on
This code will help you on how to backup your database. I Created this code to help thus programmer that encountered difficulties in creating backup of their database. The features of this code is that it allows you to backup your MySQL database. In this this code also you will learn on how to get all list of file in a folder directory. I hope this code will help you, if you have some question of

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

Sticky Widget or Scroller

Submitted by argie on
This code allows you to add a sticky widget or scroller in your website and insert any social media code. The feature of this code is that the stick div is flexible, meaning that when you scroll your webpage vertically, the widget is still visible. You can put anything you want inside the sticky div.

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.