Posted by admin | Posted in Uncategorized | Posted on 23-12-2008
Tags: ajax, asp.net, button, Important Links, library
.htaccess problems?
heres mу php script
Header ("Content-type: image/png");
$img_handle = imageCreateFromPNG("rockstar.PNG");
$color = ImageColorAllocate ($img_handle, 224, 146, 3);
$text = $_GET['text'];
ImageString ($img_handle, 3, 32, 9, $text, $color);
ImagePng ($img_handle);
ImageDestroy ($img_handle);
?>
html script
