RE: [PHP] R: File Uploads
TECTED]] Sent: 14. syyskuuta 2001 11:09 To: [EMAIL PROTECTED] Subject: [PHP] R: File Uploads you can use strrchr to find the extension, like this: if ($file != ".htaccess" && $file != "." && $file != ".."&& strrc
[PHP] R: File Uploads
you can use strrchr to find the extension, like this: if ($file != ".htaccess" && $file != "." && $file != ".."&& strrchr($file,".") != ".php") Try to see php manual, probably i mispelled it. -- Federico [EMAIL PROTECTED] -- Christopher Cm Allen <[E