• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

PHP guru's or slightly smart ppl

episodic

Lifer
Is there a simple way to tell if GD is enabled in your webhost's server (without having to bug em?) GD seems to be some sort of utility that allows PHP to make thumbnails of images on your webserver. . .

Thanks for any and all 🙂
 
Call phpinfo(); for a ton of info (including the installed modules) or phpinfo(INFO_MODULES); for just the modules.
 
Back
Top