From: "Ryan A" <[EMAIL PROTECTED]>
> I am having all the pics upload to one
> common directory (member_pics) so what do you suggest I name the pictures?

uniqid() and md5() would come in handy here.

> Another question related to this, I am restricting the uploaded files to
be
> jpg,png and gif for security..anything else
> you suggest for security's sake?

Maybe .jpeg, also.

---John Holmes...

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to