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

ProDevTips.com: HTML entity encoding everything

ScreenFony.com: Work with bootstrap, assetic and less

Hasin Hayder's Blog: Working with models in orchid

Community News: The "Go PHP5" Effort Officially Launched

NetTuts.com: Testing Like a Boss in Laravel: Models


Community Events











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


zendframework2 code podcast composer tool unittest functional framework release series example language development testing conference interview introduction community opinion api

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