![]() |
Any PHP gurus in the house? Can you help with simple task?
I have this script that uploads image and does insert entries in db. The upload field is for graphics only. Im trying to restict it to these types only:
$fileType=='image/jpg' || $fileType=='image/png' || $fileType=='image/gif' How can I put in my script? Here's the little scripty I wrote.. I just need to add restrictions on upload types. PHP Code:
|
figured it out. had a stupid typo.
|
just a suggestion... if this upload is public you should do more than strip_tags to make it secure and it's always a good idea to escape text before you insert it.
check http://us3.php.net/mysql_real_escape_string |
All times are GMT -7. The time now is 12:43 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123