i tried this two functions
imagesx and imagesy
and none of that both doesn't work. returns error: "Supplied argument is not a valid Image resource in ..."
phpinfo returns gdlib info:
GD Support enabled
GD Version 1.6.2 or higher
FreeType Support enabled
FreeType Linkage with TTF library
JPG Support enabled
PNG Support enabled
WBMP Support enabled
but how come, it returns me that error?
$pic_x = imagesx($row->PATH);
--
this var is the line where i get that error message above... :S
can anyone help please?