Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<?
$array=gd_info ();
foreach ($array as $key=>$val) {
if ($val===true) {
$val="Enabled";
}
if ($val===false) {
$val="Disabled";
}
echo "$key: $val <br />\n";
}
?>
Try making sure the gd2.dll is uncommented out in your php.ini