So in a nutshell, what is the difference between PHP 5 and CRUD?

Hi,
Sometimes I post questions that are put to me by people. This is a beginners question, so you experienced nerds will want to move on. Nonetheless, I am sure there are a few debutant PHP programmers who will find this useful.
The question:
So in a nutshell, what is the difference between PHP 5 and CRUD?
PHP5 is just a version of PHP. Whereas CRUD is short for a series of PHP+MySQL operations/interactions:
- Create
- Read
- Update
- Delete
…These are the core operations that can be preformed on a database. CRUD is so important in fact, that we just released a mini video series on PHP CRUD that can now be found in the Killersites University … our video tutorial subscription service.
Stefan.
This entry was posted on Monday, May 31st, 2010 at 1:29 pm and is filed under PHP Videos. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

