Welcome Guest, Not a member yet? Register   Sign In
Help not getting the image_height
#2

[eluser]Craig300[/eluser]
Hi,

Just spotted a spelling mistake that could be causing it

Code:
'height' => (isset ($updata["image_heigth"])) ? $updata["image_heigth"] : 0,

should be this:

Code:
'height' => (isset ($updata["image_height"])) ? $updata["image_height"] : 0,

Hope this helps...


Messages In This Thread
Help not getting the image_height - by El Forum - 02-19-2010, 02:21 AM
Help not getting the image_height - by El Forum - 02-19-2010, 03:46 AM
Help not getting the image_height - by El Forum - 02-19-2010, 04:24 AM
Help not getting the image_height - by El Forum - 02-19-2010, 04:26 AM
Help not getting the image_height - by El Forum - 02-19-2010, 04:29 AM
Help not getting the image_height - by El Forum - 02-19-2010, 04:33 AM
Help not getting the image_height - by El Forum - 02-19-2010, 04:45 AM
Help not getting the image_height - by El Forum - 02-19-2010, 04:48 AM
Help not getting the image_height - by El Forum - 02-19-2010, 04:52 AM
Help not getting the image_height - by El Forum - 02-19-2010, 04:54 AM
Help not getting the image_height - by El Forum - 02-19-2010, 05:00 AM
Help not getting the image_height - by El Forum - 02-19-2010, 05:02 AM
Help not getting the image_height - by El Forum - 02-19-2010, 05:04 AM



Theme © iAndrew 2016 - Forum software by © MyBB