PHP & MySQL – Database Info Example There are a few important commands in MySQL which can be executed either at the MySQL prompt or by using any script like PHP to get various important information about the database server. Sr.No. Command & Description 1 SELECT VERSION( ) Server version string 2 SELECT DATABASE( ) […]
Author Archives: user
PHP & MySQL – Quick Guide PHP & MySQL – Overview MySQL works very well in combination of various programming languages like PERL, C, C++, JAVA and PHP. Out of these languages, PHP is the most popular one because of its web application development capabilities. PHP provides various functions to access the MySQL database and […]
PHP & MySQL – Useful Resources The following resources contain additional information on PHP & MySQL. Please use them to get more in-depth knowledge on this topic. Useful Links on PHP & MySQL − A complete resource for PHP stuff. − PHP Extension and Application Repository, find a list of various useful PHP packages. − […]