|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
|
|
#1
|
|||
|
|||
|
Anyone interested in helping me out, very very small script needed
I am trying to find a script to use with an existing form I have for my website. The form lets the user input some information, name, email, etc, and attach a file if they want to send their art work to me. Now I have found multiple scripts on this website and looked at using PHP Mailer. Now I do have a script that works with the form I aleady have, but when I modify it so they can attach a file, nothing seems to work. I've looked at the code gallery, but all the sample that i've tried, I cannot get them to input the information from the form as well as attach the file.
Is there anybody willing to set me in the right direction? Any help would be greaty appreciated. Semper Fi!! |
|
#2
|
|||
|
|||
|
RE: Anyone interested in helping me out, very very small script needed
Here is a sample of the Form that I have.
<form action="phpscripts/testpatchquoterequest.php" method="post" enctype="multipart/form-data" name="form" id="form"> <p> </p> <p> <label> <input name="name" type="text" id="name" /> </label> </p> <p> <label> <input name="email" type="text" id="email" /> </label> </p> <p> <label> <input name="phone" type="text" id="phone" /> </label> </p> <p> <label> <select name="size" id="size"> <option>2"</option> <option>2.5"</option> <option>3"</option> <option>3.5"</option> <option>4"</option> <option>4.5"</option> <option>5"</option> <option>5.5"</option> <option>6"</option> <option>6.5"</option> <option>7"</option> </select> </label> </p> <p> <label> <select name="embroidery" id="embroidery"> <option>50%</option> <option>75%</option> <option>100%</option> </select> </label> </p> <p> <label> <select name="qty" id="qty"> <option>Choose Qty</option> <option>50-99</option> <option>100-199</option> <option>200-299</option> <option>300-399</option> <option>400-499</option> <option>500+</option> </select> </label> </p> <p> <label> <select name="backing" id="backing"> <option>Choose Backing</option> <option>Standard</option> <option>Iron on</option> <option>Velcro</option> <option>Plasctic Backing</option> <option>Tape</option> </select> </label> </p> <p> <label> <textarea name="comments" cols="35" rows="5" id="comments"></textarea> </label> <label></label> <label></label> <label></label> </p> <p> <label> <input type="file" name="file" /> </label> </p> <p> <label> <input type="submit" name="Submit" value="Submit" /> </label> </p> <p> </p> </form> |
![]() |
| Viewing: Codewalkers Forums > General > Barter Zone > Anyone interested in helping me out, very very small script needed |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|