Re: Need help using PHP to upload images and collecting data from a form
I guess I am missing something here. Gallery is pretty secure on it's own and has a huge upload capability with file checking built in.
Do you want your gallery users to have direct access to your server ftp? I would never recommend that route!
Also, coppermine has pretty much the same capability just presented differently.
If you are attempting to go a simpler route that using the built-in functions of Gallery, you really do need to learn PHP! Using the super global variables like $_POST and $_SESSION are tools that every webmaster using PHP should know anyway. It will help you avoid those huge URL's that search engines don't like.
|