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.
Comments