May 2021 2 113 Report
dynamic images?

I got this script

<?php

Header ("Content-type: image/png");

$img_handle = imageCreateFromPNG("banner.png");

$color = ImageColorAllocate ($img_handle, 100, 100, 100);

ImageString ($img_handle, 3, 10, 9, "TESTING", $color);

ImagePng ($img_handle);

ImageDestroy ($img_handle);

?>

how can I change the script like that people can enter a text in a input box and the text will be showed on the dynamic image???


Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Answers & Comments




Helpful Social

Copyright © 2024 Q2A.MX - All rights reserved.