PHP PDO: Simple Add, Edit, Delete and Search System

Language

This is just a SIMPLE add, read, edit, search and delete web system using PHP/Mysql and PDO (PHP Data Objects). It is made for newbie developers, for them to understand it easily and can also be use by developers who are new to PDO. To give you ideas at the same time on how it works. Just email me at [email protected] or visit my website: www.mainecalsas.com if there are questions. For more information about PHP-PDO: http://net.tutsplus.com/tutorials/php/why-you-should-be-using-phps-pdo-for-database-access/ Happy Coding! www.mainecalsas.com public class YourWorld extends myWorld

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

Comments

Submitted byrizki (not verified)on Fri, 01/03/2014 - 09:06

Thank you for this source code is realy helpful .. thank you for sharing .. :) .. it really works .. have a nice day ..
Submitted bydofeeron Wed, 01/08/2014 - 13:28

you have incomplete sql. /* SQLyog Ultimate v11.11 (64 bit) MySQL - 5.6.12-log : Database - phpsample ********************************************************************* */ /*!40101 SET NAMES utf8 */; /*!40101 SET SQL_MODE=''*/; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; CREATE DATABASE /*!32312 IF NOT EXISTS*/`phpsample` /*!40100 DEFAULT CHARACTER SET latin1 */; USE `phpsample`; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
Submitted byrash (not verified)on Wed, 02/05/2014 - 20:15

Thank you....it is great work for beginners
Submitted byCharmaine Calsas (not verified)on Sun, 03/16/2014 - 14:30

In reply to by rash (not verified)

Hi sir you are welcome
Submitted bychristian f. maasin (not verified)on Tue, 04/29/2014 - 15:22

beginner lang po me sa PHP.. so very useful po nito sakin.. salamat po seniora..
Submitted bymainecalsason Wed, 05/07/2014 - 22:49

In reply to by christian f. maasin (not verified)

ikaw nga ang magaling dyan natuto lang din ako sayo at shinishare ko lang mga nalaman ko hehe
Submitted byStephaneon Sat, 05/17/2014 - 15:35

Great I send your a message on your website for more help
Submitted byTosunPASAon Fri, 12/16/2016 - 22:48

very nice sample do you have inventory system ? and with print/design invoice ? thx

Add new comment