I want to get system info in php and mysql -


is there specific function or have use third party script if find suitable script php system info

you can use phpinfo(); information.

http://php.net/manual/en/function.phpinfo.php

for info in mysql see guide:

https://dev.mysql.com/doc/refman/5.0/en/information-functions.html


Comments