Code Snippets Php

if(!function_exists("gd_info"))
print "GD is not installed on this server";
if(function_exists("gd_info")) print "GD is installed on this server!";
?>