I\'ve created a form with 3
I see that I get an array with array(name=>\"\").
array(name=>\"\")
So I check if (
if (
You can use empty to check if a variable is blank or not but Pekka's solution is best in this way
if (empty($_FILES["myfilename"]["name"]))
If you are checking that if a variable is set you can use isset function