Hello,
I'm learning PHP from w3schools.com but they didn't explain everything clearly,
see that page,
http://www.w3schools.com/php/php_file_upload.asp
I want to know the meaning of this line , how it is checking the error in uploading ?
if ($_FILES["file"]["error"] > 0)