I create an image on the fly, and want to email it to the receiver.
But I can't. Since the php mail function needs string as message to
send the the message, but I only get my gd resource object, how can I
get the string presentation of the GD resourse.
BTW:I don't want to save it as a file first, then read from file.
But I can't. Since the php mail function needs string as message to
send the the message, but I only get my gd resource object, how can I
get the string presentation of the GD resourse.
BTW:I don't want to save it as a file first, then read from file.
Comment