Posts

PDO(PHP Data Object) vs MySQL

We all know PHP is open source.it means no need to pay for downloading or executing php in our platform. 1.Why PHP? PHP (Hypertext preprocessor) is a recursively  acronym of PHP . In starting days PHP stand for Personal Home Page but after that according to its need and use it becomes very popular with name Hypertext preprocessor   P-Pre H-Hypertext P-Processor currently 7.1 is the latest version  of PHP. Now comes on My SQL My SQL is  also open source database . So generally PHP is combined with MySQL because both are open source. MySQL is also categorized into two parts- 1.MySQL 2.MySQL i MySQL is fully procedural it means all codes programming thins related to manually coding. In MySQL The application fully depends upon Programmer/developer so that in MySQL The hole responsibility associated with programmer. Note:- Now these days it's very unpopular  database so that's   it's not recommended to use MySQL.  M...