|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Article Submission Script
Hi,
I'd like to have a form on my site where people can submit articles. However, i'd prefer that they get sent to me as an email attachment. It this possible from the form? Does the one you guys use here simply upload the file to a directory on your server or does it email it to an address? If it's the latter of the two, can you tell me how you did it or point me to a tutorial on how to do it? Hope someone can help me out ![]() |
|
#2
|
|||
|
|||
|
Try this:
$headers = "MIME-Version 1.0\r\n"; $headers .= "Content-type: your_mime_type\r\n"; $headers .= "Content-Disposition: attachment; filename=myFile.txt\r\n"; $headers .= "From: mymail@myserver.com\r\n"; mail($to, $subject, $message, $headers);
__________________
Regards, Ramiro Varandas Jr. |
|
#3
|
|||
|
|||
|
Thanks ramz, i'll give it a try.
|
|
#4
|
|||
|
|||
|
Does anyone have I script like this, that upload articles-/zip-files to may email?
I have tryed to make one, but it does not work. |
|
#5
|
|||
|
|||
|
Hi Klaus,
Just to let you know, I never found one. I ended up giving up on the idea. If do you eventually find one can you post it here so others can benefit from it (myself included). Thanks, |
|
#6
|
|||
|
|||
|
Script...
Hi!
What kind of script is this that you're both talking about? Is it a forum?! Tell me more about this idea that you're looking for and haven't found and if I can I'll do it for both of you. |
|
#7
|
|||
|
|||
|
Re: Script...
Quote:
The files should be sent whit email to me. |
|
#8
|
|||
|
|||
|
Have you checked out the PHP manual? I did a text search for "attachment" on the mail() function page, and there was quite a bit of dicussion including how to add attachments... You may want to check it out
__________________
____________________________________________ Developer Shed Weekly Writer | DevArticles Forum Moderator Build Your Own KlipFolio Klip With PHP FrankManno.com - Under Construction Design Interactive Group - Under Construction |
![]() |
| Viewing: Dev Articles Community Forums > Programming > General Programming Help > Article Submission Script |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|