PHP

Photo Gallery (Edited, with Login and Upload)

Submitted by christophersantos11 on
The Gallery and Upload is Coded by argie.. the Photo Gallery w/jQuery and Image Upload.. i combine that two and with user login/no need database for account.. to upload or add image in your index or gallery.. Link: upload.php to edit your user and pass,,you can edit in login.php default account: User: admin Pass: cris2per database: photos.sql Login Page, Coded by me... hope it helps.. for any

How to Create Registration Page in PHP/MySQL Using PDO Query

Submitted by argie on
This is a simple tutorial that will teach you on how to create a simple registration form using PHP/MySQL using PDO Query and server-side error 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. This tutorial is different from my previous registration page tutorial. To find out what's the difference, follow the steps bellow

Creating Our Database

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

Page Navigation Using PDO Query in PHP/MySQL

Submitted by argie on
This tutorial will teach you on how to create a content pager using PHP/MySQL. I uses PDO query to retrieve the data from database table. This tutorial is useful when you have multiple data from the database. This code divide the content and display by page. To start this tutorial fallow the steps bellow:

Creating Our Database

First we are going to create our database which stores our data. To create a database: 1. Open phpmyadmin 2. Then create database and name it as "pdo_ret". 3.

How to Retrieve Data from Database Table using PDO Query

Submitted by argie on
SQL Attack is rampant now a days, this is the way of hacking a site using SQL injection. Reading this tutorial will teach you on how to protect your queries from SQL injection attack using PDO Query. PHP Data Objects (PDO) Query executes an SQL statement in a single function call, returning the result set (if any) returned by the statement as a PDOStatement object. This is code will help you on how to retrieve data from Database table using PDO query.

Internet Based Ticketing System

Submitted by flawless on
ABOUT THIS APPLICATION This application is designed to eliminate the disadvantage of using conventional means of issuing ticket and seat reservation encountered by passengers as well as record keeping. Thereby allowing intending to purchase ticket and seat reservation online anywhere at any giving time. This application will reduce stress of passengers in purchasing the manual ticketing and will

PHP Functions

Submitted by admin on
Functions play an important role in any programming languages. It allows you to organize your code in smaller part. A function can be called repeatedly in your program and can return or not return any value.

Simple Shopping CART

Submitted by BikramLimbu.damak on
This simple PHP program deals with online Book shopping cart. It display all the books, if you click on Add to the cart then it will add to cart table and on top of page No of item and total amount is Displayed. this was my simple class project. Please feel free to modify to your needs. WARNING : tag css is not compatible with IE.