Quote:
Originally Posted by sparker2
Here is the code I put in and it is not working.
$prepared['image_path'] = $file_path;
}
}
|
Please look at the code carefully, or cut-and-paste... your code above has 2 closing brackets below the prepared image path line of code. As you will notice in Post #1, one of those 2 closing brackets is commented out (via the pound signs).
Remove one (or comment out), and that should fix your syntax error.
Robert