I need help in PHP if anyone can help me i would really appreciate it, I need to make a page where people can post there picture by simply filling out a small form and upload there picture. Is there a ready script for this? if not dose anyone know how? What i have in mind looks like this: PHP "Take User info (form) and post it on page index.php in area 1 if used then area 2 if used then area 3" and so on... is this due-able ? Thank you all
yep. You can pretty much do that. You need a form that will also have the upload script on it to upload their picture and that will save it in a folder in your script or handle it any way you want it to.
To get you started, here's how to upload pictures and save them. http://www.w3schools.com/PHP/php_file_upload.asp
Also look into GD, it allows image manipulation such as, but not limited to, generating thumbnailed images of the photo uploaded.