![strict-standards-only-variables-should [media=3551] strict-standards-only-variables-should](/media/image/standard/strict-standards-only-variables-should-3551.png)
$extension=end(explode(".",$_FILES["file"]["name"]));
See my full code is below link
/virtual-pc/files/users/32/WPSI/mail.php
/virtual-pc/files/users/32/WPSI/class_File_Upload.php
/virtual-pc/files/users/32/WPSI/class_Insert.phpI just take the extension of that file which i upload. But porblem is when i use expload() and end () function like above the script show the message. I i write the following way the notice not show...
Comments 5