Server Question
Server Question
Out of context: Reply #7
- Started
- Last post
- 26 Responses
- vaxorcist0
you don't have to add a header....
just write a URL string into the email message body.
$message.= "RESUME PDF:\n http://www.you.com/" .$target_path;
NOTE: I'd add a timestamp or random number or some variable to the filename before you write the file... so that the people who all name their resume file "resume.pdf" don't erase each others files on the server... and your download link only shows the last upload....
$last_name_pdf=$last_name.".pdf...
$target_path=str_replace("pdf...do this before you write the file and write the email body text...
- QBN seems to chop up code... but you know how to use str_replace by now...vaxorcist
- I actually don't. Still very new to PHP codinghubb7designs