hi web designers and developers how to send an image attachment through html enquiry form with php link file... i hv search a lot on web but i got nothing and useless source
Check out W3Schools tutorial: http://www.w3schools.com/php/php_file_upload.asp Create a form, and once it uploads the image, just grab the link and shoot it with the form details to your email ( or save information in a database ).
I agree with 7thand43rd. I would just emphasize the enctype="multipart/form-data" attribute on the form. This is an easy part to forget and it wont work if you don't include it.