php code help needed
Posted: Tue Nov 15, 2005 4:42 pm
How do i send images with the next url : to my emailadress.
I have this :
But I need to add that image in the email , or if impossible at least a link to the image and it isnt working.
Help please
Code: Select all
"files/".$_FILES['imagefile']['name']I have this :
Code: Select all
$message = "Message from $name ($email)\n\nTelephone\n\n$telephone\n\nAddress:\n\n$address\n\nDesign:\n\n$design\n\nColour Tshirt: $colour\n\nPrinted on $side\n\nSize:\n\n$size\n\nQuantity:\n\n$amount\n\nPayment:\n\n$payment\n\nComments:\n\n$comments";
mail("order@pictureitprints.co.uk", "Order", "$message");But I need to add that image in the email , or if impossible at least a link to the image and it isnt working.
Help please