View Full Version : Php Forms
Dockwood
11-28-2006, 01:14 AM
Hello all I am trying to do a form for someones website. and I am trying to figure out what is right way to do a form were the information can be emailed to the owner safely and securely. This include The Picture or Graphics.(For instance of john want to purchase a camera on Lynda's website. Well The Picture of the camera will be emailed to her as well as the information. Is this Hard to do. Please respond.)
codeexploiter
11-28-2006, 10:18 AM
Well at least the information has to reach the server along with the image that can be uploaded to the server if you want to email the same to any other person.
It will be something like the following:
(0) Collecting information from the user through some form fields.
(1) uploading the image from the client to server
(2) A php script checks the information and calls a routine through which it can send all the information as well as the image as an attachment to the desired person.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.