On Sun, 2006-06-18 at 12:02, BBC wrote: > Hi all. > is any one know how to use these functions, and what for are they: > imagecreatetruecolor(); > imagecreatefromjpeg(); > ImageCopyResized(); > ImageDestroy(); I know how to use them all. I learned by reading here: http://ca.php.net/manual/en/ref.image.php Don't be lazy, RTFM! > please tell me how to use it like this function > mail($a,$b,$c,$d); > $a = "email direction where we email to"; > $b = "subject of email, it will show on the inbox as a title"; > $c = "the content of email"; > $d = "type 'From :' and then followed by email where we send from"; Yep, just like the mail() function above, but with different parameters that make contextual sense. Cheers, Rob. -- .------------------------------------------------------------. | InterJinn Application Framework - http://www.interjinn.com | :------------------------------------------------------------: | An application and templating framework for PHP. Boasting | | a powerful, scalable system for accessing system services | | such as forms, properties, sessions, and caches. InterJinn | | also provides an extremely flexible architecture for | | creating re-usable components quickly and easily. | `------------------------------------------------------------' -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php