Hello Everyone, Please tell me how to code a page in PHP that could enable users to upload their photos online. Thank You
Search Google for "php file upload" and you get millions of examples. If you need specific help with a specific script, ask again.
Just FYI, a common error is to forget enctype="multipart/form-data" in your form attributes, you need this in order to upload pics.