Welcome Guest, Not a member yet? Register   Sign In
Latavish's Multiple Image Upload with Thumbnail Generation
#10

[eluser]Xeoncross[/eluser]
[quote author="Rick Jolly" date="1219369891"]
So this produces an undefined index error:
Code:
if (! $_POST['does_not_exist']) // undefined index error
While empty() checks isset() first, so no error is produced:
Code:
if (empty($_POST['does_not_exist'])) // no error
[/quote]

I was assuming you were using a set variable as it is bad practice to just "assume" one is set/unset. But that is right.


Messages In This Thread
Latavish's Multiple Image Upload with Thumbnail Generation - by El Forum - 08-21-2008, 03:01 PM



Theme © iAndrew 2016 - Forum software by © MyBB