544reads

How to save image?view story

Hello! I've written a script, to write text over an image. I use a form, to send Text, Font Color, Font Size and position over to my img.php file, where text is written over. Now, the only problem I currently have is, that after the image is created, I don't know how to save it :confused: I couldn't find and useful information on PHP.net, so i'm just gonna ask here. Source: PHP Code: <?php$text = $_POST['besedilo'];$im = "test.png";$color = $_POST['barva'];$size = 

The content of this field is kept private and will not be shown publicly.
To prevent automated spam submissions leave this field empty.
CAPTCHA
Human?
Image CAPTCHA
Enter the characters shown in the image.