PDA

View Full Version : i need a script


wolf202
10-27-2002, 01:15 AM
that allows the person to send me a picture and text right to my email. do you know where i can do that ?

mordred
10-27-2002, 01:25 AM
http://www.hotscripts.com

wolf202
10-27-2002, 03:19 PM
i've been there done that and gottent the formmail script which is this.

<html>

<form method="post" enctype="multipart/form-data" action="formmail.php">
<input type="hidden" name="MAX_FILE_SIZE" value="1000000">
<input type="hidden" name="path_to_file" value="/www/uploaded/files">
<input type="hidden" name="require" value="email,phone_no">
<input type="hidden" name="recipient" value="email@yourdomain.com">
<input type="hidden" name="env_report" value="REMOTE_HOST,HTTP_USER_AGENT">
<table>
<tr>
<td>
Option 1: <input type="checkbox" name="multi[]" value="option 1"><br>
Option 2: <input type="checkbox" name="multi[]" value="option 2"><br>
Option 3: <input type="checkbox" name="multi[]" value="option 3"><br><br>
</td>
</tr>
<tr>
<td>
<select name="multi2[]" size="3" multiple>
<option>Option 1</option>
<option>Option 2</option>
<option>Option 3</option>
<option>Option 4</option>
<option>Option 5</option>
</select>
<br>
</td>
</tr>
<tr>
<td>Your Phone:</td><td><input type=text name="phone_no"></td>
</tr>
<tr>
<td>Your Email:</td><td><input type=text name="email"></td>
</tr>
<tr>
<td>Your Image:</td><td><input type="file" name="file"></td>
</tr>
<tr>
<td>What you think about me:</td><td><textarea name="What you think about me" cols="40" rows="3"></textarea></td>
</tr>
<tr>
<td colspan="2"><input type="submit"><input type="reset"></td>
</tr>
</table>

<br><br><hr>
This form is powered by <a href="http://www.lumbroso.com/scripts/">Jack's Formmail.php!</a>

</form>

</html>

but all i want is the text and the picture could you help me edit this?

mordred
10-27-2002, 03:33 PM
I don't know what's in formmail.php so I can't help you. Why don't you ask Jack?

wolf202
10-27-2002, 03:53 PM
he didn't answer me could u edit it if you saw what it looked like on a web page is that what you mean?

Spookster
10-27-2002, 04:32 PM
so take out the form fields that you don't need as explained in Jack's documentation. You did read the documentation right?

wolf202
10-27-2002, 05:12 PM
thats my point i don't know what to take out and what to keep!:mad:

mordred
10-27-2002, 07:10 PM
So *what* was written about this in the documentation? If this script did not ship with a decent documentation, perhaps you should chose another one with better support.

We can't

1.) guess what PHP code is used in formmail.php
2.) mindread what errors/result you got from the existing code
3.) do a lengthy research on hotscripts.com to find a form mailer that exactly suits your needs

So I don't think that your angry emoticon is justified. You have to get active too and don't expect from us to do all the hard work.

Spookster
10-27-2002, 07:44 PM
http://www.dtheatre.com/scripts/formmail_doc.php