Code Snippet: Want to see all your PHP settings?
Place the following code in an empty .php file on your server
phpinfo(); ?>
Be sure to not leave this on your server once you are done with it as it could show potential security holes.
Code Snippet: Want to see all your PHP settings?
Place the following code in an empty .php file on your server
phpinfo(); ?>
Be sure to not leave this on your server once you are done with it as it could show potential security holes.