Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
php form
Name: nsrd_in Date: August 7, 2004 at 07:23:16 Pacific OS: Windows ME CPU/Ram: Amd Athlon XP 2500+ / 256
Comment:
Hello all, I actually need a php form by which i can ask users to submit some data and can upload a file.The form data submitted and the file can be sent to my attachment as an e-mail.Does anyone knows any website or program which can do that?
Name: Laler Date: August 7, 2004 at 09:40:11 Pacific
Reply:
when a visitor upload a file thru php, it'll be stored in a temp folder... from there, you can do anything I suppose, but I never tried nor find a tutorial on how to send the uploaded file to an e-mail attachment...
and this is the `standard` way on uploaded file handling:
the sample script will work, assuming you have the correct directory structure and aloready chmod 777 that "upload" directory...
^o^ are you in Asia? do you watch Animax Asia? Please Vote
0
Response Number 2
Name: Khalid Date: August 8, 2004 at 01:53:54 Pacific
Reply:
You can attach the uploaded file to an e-mail using complex headers. You should learn more about email-headers. Use google to find more about them...
0
Response Number 3
Name: FBI Agent Date: August 8, 2004 at 07:09:23 Pacific
Reply:
i have a working email script if you'd like to use it. it doesnt have anything on the image uploading though as i didnt think about that nor did i care when i made it
Summary: does anyone know if its possable to get a PHP form to submit to a database on the backend and also send an email with the details to a certain email address with like a verfication link and a username...
Summary: Hi I have a PHP form that inputs things into a database and then later display the stuff in a webpage My main concern is validation of the user's input. I just need a validator or some sort so that th...
Summary: Hey guys, I have an existing php form that runs fine but I was wondering if I can make it so when the submit button is pressed if it can go to 3 different email locations? A;most like "CC ing" someone...