img_handle = imageCreateFromPNG("http://www.icemelon.com/images/tutorials/bannerboy.png"); $color = ImageColorAllocate ($img_handle, 100, 100, 100); $ip = $_SERVER['REMOTE_ADDR']; ImageString ($img_handle, 3, 10, 9, "Your IP: $ip", $color); ImagePng ($img
by
pulmex
2006-07-02 11:19
php
·
images
·
tutorial
·
howto