Page 1 of 1

how to send text and image from a form to a different page

Posted: Fri Sep 07, 2007 1:20 am
by humpfrezz
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

Posted: Fri Sep 07, 2007 1:30 am
by Christopher
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