How to generate multiple image from single template using php

ساخت وبلاگ
Hi,

I need some help please. here is what i want to do:

1. im making a script which will generate bulk id card populating the data from the database and displaying data to a single template and will generate that id cards in return.

here is my script:
 $sql = mysqli_query($con, "SELECT * FROM employees"); header('Content-type: image/png'); $image = imagecreatefrompng('id-template.png'); $color = imagecolorallocate($image, 0, 0, 0); imagepng($image);...
PHP:
How to generate multiple image from single template using php WordPress ...
ما را در سایت WordPress دنبال می کنید

برچسب : نویسنده : استخدام کار wpss بازدید : 180 تاريخ : پنجشنبه 20 مرداد 1401 ساعت: 8:25