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

[eluser]Xeoncross[/eluser]
[quote author="donpepito" date="1219334838"]
try this:
Code:
if (!empty($value['name'])) {
[/quote]

Why do people even waste CPU time on the empty function?

Just switch to boolean:

Code:
if($value['name']) {


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



Theme © iAndrew 2016 - Forum software by © MyBB