Search found 3 matches
- Sun Mar 21, 2004 6:34 pm
- Forum: PHP - Code
- Topic: image from form to mail
- Replies: 1
- Views: 240
image from form to mail
It is common to send text messages from a form in a web page to a certain e-mail address. But how can I send images from this form to arrive as attachments to the e-mail address?
- Sun Feb 29, 2004 9:32 am
- Forum: PHP - Code
- Topic: problems extracting image from mysql db
- Replies: 1
- Views: 385
problems extracting image from mysql db
in index.php I have the code: <img src="image-get.php?id=1" border="0"> and image-get.php has the code <?php if($image_id) { // Database connection // @mysql_connect("localhost","xxx","yyy") or die ("Can not connect to given host"); @mysql_...
- Tue Feb 24, 2004 12:00 am
- Forum: PHP - Code
- Topic: Can you tell me a script
- Replies: 1
- Views: 603
Can you tell me a script
Plese take a look at http://dinserv.webhost.ro/expo/cat28.html. Can you help me with a script that can do this from a form with the fields like Name, ID, Brow (for the photo) and cathegory - in this example, transportation is only one cathegory, but I want a couple of cathegories. From this form it ...