Problem with Upload image and text to file

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
warninh
Forum Newbie
Posts: 1
Joined: Thu Nov 20, 2008 5:23 pm

Problem with Upload image and text to file

Post by warninh »

Hello .. i was wondering if anyone can help me with the below problem

Once the form is filled in ... it sends the data from the form to a separate file and then emails it to me also... within the form i have the upload file function... once submitted it sends me everything to the email address... just doesn't send the file i uploaded (picture) to the separate html file..

CODE
Last edited by warninh on Fri Nov 21, 2008 3:20 pm, edited 1 time in total.
User avatar
Syntac
Forum Contributor
Posts: 327
Joined: Sun Sep 14, 2008 7:59 pm

Re: Problem with Upload image and text to file

Post by Syntac »

I would search through that mess for an answer, but I don't want to get a massive headache. Please use code tags: [syntax=php]Code goes here.[/syntax]
Post Reply