This is the Top Ad Block. Hidden via CSS for phpMyCRUD site
home / frequently asked questions (FAQs) / Frequently Asked Questions (FAQs)

Frequently Asked Questions (FAQs)

What is CRUD?
The acronym CRUD refers to the four basic functions that need to be implemented in a relational database application or web script to consider it complete. Each letter in the acronym can be mapped to a standard SQL statement:

  • Create = INSERT
  • Read = SELECT
  • Update = UPDATE
  • Delete = DELETE


Other 'basic' operations such as ADD, ALTER, CHANGE, DROP, etc... are also handled by phpMyCRUD making it a complete MySQL database management solution.

The source code for phpMyCRUD Standard is encoded and therefore cannot be edited. Additionally, the Standard version requires that Encoders be installed on your server in order to run.

The Pro version includes all the native php source code and does NOT require any encoders to be installed in order to use.
© 2007-2011 RGB World, Inc. All rights reserved.