I want to create a PHP script that users can upload an image (logo) into some directory.... well anyways long story short...
the only way that I seem to be able to create this upload script is by setting the images folder to chmod 777
is there any drawbacks to having a folder on the internet with those permission settings?