Hey,
Got this line of code:
list ($image_data) = resize_image($inputs['picture_main']['tmp_name'], $inputs['picture_main']['type'], 'jpg', 202, 113, 'images\uploads\'.$inputs['game_id'], 'main_'.$filename, 1);
Get this error:
Parse error: parse error, unexpected T_VARIABLE in c:\phpdev\www\public\pixelgamers\Admin_C.php on line 546
Any ideas?