Posts by exodiapk • 21 points
1 post
-
2
votes1
answer703
viewsQ: How to save an image generated by php Gd?
I’m trying to use jcrop + php Gd to make image cuts and save to another directory but I don’t know what’s wrong with my code: <?php if ($_SERVER['REQUEST_METHOD'] == 'POST') { $targ_w = $targ_h =…