Hi All,
am trying to email an image created on fly, i can email any image file etc but dunno how to do it for an image i php create.
my current code for email with attach.
Okay the above code work and send my email with attached (address.gif),
Now i have a php suppose dynamicAddress.php, which work as follows:
dynamicAddress.php?town=20&city=10&address=somewhe re+road+etc
dynamicAddress.php fetch data from mysql and output a custom image on the screen,
Now how do i give user the possibility to email them this image which has just been created??
Thanks in advance for your reponse
Cheers
Nitro