News Feed
Jobs Feed
Sections




News Archive
Developer Drive:
Create Your Own CRUD App with MySQL and PHP
November 01, 2011 @ 08:06:52

On the Developer Drive blog today there's a new tutorial helping you build out a simple CRUD (create, read, update and delete) system using a MySQL backend. This is just the first part of the series, introducing you to some concepts and getting the ball rolling connecting PHP and the database.

You're may be wondering what exactly CRUD is. CRUD simply stands for Create, Read, Update and Delete and it is the one of the fundamental principles of programming logic that can be expanded and applied to larger projects. For example, let's imagine we're creating a social network and we like to have the ability for users to create accounts, edit and update information for those accounts and also delete said accounts; that is CRUD at work.

This first part covers the structure of the database that'll make up the storage and includes a brief snippet of code to connect your PHP to the database (using PDO).

0 comments voice your opinion now!
crud database mysql tutorial application simple introduction


blog comments powered by Disqus

Similar Posts

PHP-GTK Community Site: Building a submenu in a GtkMenubar

Wenbert Del Rosario's Blog: Registering your custom plugins in Zend Framework 1.8

Zend Developer Zone: Paging Data Sets With PEAR Pager

Tiger Heron Blog: First steps with PHP - booting a script, Part 1

Rob Allen's Blog: More translations


Community Events











Don't see your event here?
Let us know!


introduction functional unittest language development phpunit database rest opinion community conference symfony2 zendframework2 interview series usergroup testing framework release podcast

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework