I am trying to let people submit their an image or two and some text to a different page on my site. I am really new with this. I would like for it to fit a certain format too...
Image in a box then text in a box to the right
Where should I start
Thanks for the help
Paul
how to send text and image from a form to a different page
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
For file uploads, there are several upload classes in these forums if you search. And:
http://www.php.net/manual/en/features.file-upload.php
For passing data from a form to a PHP script, the values are placed in the superglobal $_POST array.
http://www.php.net/manual/en/language.v ... efined.php
http://www.php.net/manual/en/features.file-upload.php
For passing data from a form to a PHP script, the values are placed in the superglobal $_POST array.
http://www.php.net/manual/en/language.v ... efined.php
(#10850)