StrongFaith II
Member
- Nov 23, 2010
- 307
- 2
Hey , i found a script that shows much things about PHP , and its the simplest thing that biggest noobs can do it !
thanks , strongcoder !
PHP:
<?php
$info = phpinfo();
echo $info;
?>
thanks , strongcoder !