Father of PHP… Rasmus Lerdorf
History Of PHP.
PHP development began in 1994 when Rasmus Lerdorf wrote several Common Gateway Interface (CGI) programs in C, which he used to maintain his personal homepage. He extended them to work with web forms and to communicate with databases, and called this implementation “Personal Home Page/Forms Interpreter” or PHP/FI.
PHP: Hypertext Preprocessor (or simply PHP) is a general-purpose programming language originally designed for web development. It was originally created by Rasmus Lerdorf in 1994.
Php Insert, Read, Update and Delete code link:
- Php insert Data code link.
- Php read data code link.
- Php update data code link.
- Php delete data code link.
PHP Total CRUD in one page in object oriented way.