Jump to content

Placing text on dynamic image


Recommended Posts

Hi,

I'm looking to create a script which does the same thing as on this page [a href=\"http://www.i-yo.com/en/card.php?card_family_id=5\" target=\"_blank\"]http://www.i-yo.com/en/card.php?card_family_id=5[/a] where by typing in the form on preview it appears on the card. As you will probably be aware by the question i am a bit of a newbie to this side of stuff and have had no luck googling for it so if anyone can help me out, I'd be really grateful!

Michelle
Link to comment
https://forums.phpfreaks.com/topic/6646-placing-text-on-dynamic-image/
Share on other sites

[!--quoteo(post=361891:date=Apr 5 2006, 10:08 AM:name=grounded)--][div class=\'quotetop\']QUOTE(grounded @ Apr 5 2006, 10:08 AM) [snapback]361891[/snapback][/div][div class=\'quotemain\'][!--quotec--]
Hi,

I'm looking to create a script which does the same thing as on this page [a href=\"http://www.i-yo.com/en/card.php?card_family_id=5\" target=\"_blank\"]http://www.i-yo.com/en/card.php?card_family_id=5[/a] where by typing in the form on preview it appears on the card. As you will probably be aware by the question i am a bit of a newbie to this side of stuff and have had no luck googling for it so if anyone can help me out, I'd be really grateful!

Michelle
[/quote]

the basics, if you're planning to do it in php, are here: [a href=\"http://uk2.php.net/manual/en/function.imagestring.php\" target=\"_blank\"]http://uk2.php.net/manual/en/function.imagestring.php[/a]
the GD library is the only way i know in php to knock up graphics dynamically and should do what you're after.

cheers
Mark
[!--quoteo(post=361894:date=Apr 5 2006, 04:52 AM:name=redbullmarky)--][div class=\'quotetop\']QUOTE(redbullmarky @ Apr 5 2006, 04:52 AM) [snapback]361894[/snapback][/div][div class=\'quotemain\'][!--quotec--]
the basics, if you're planning to do it in php, are here: [a href=\"http://uk2.php.net/manual/en/function.imagestring.php\" target=\"_blank\"]http://uk2.php.net/manual/en/function.imagestring.php[/a]
the GD library is the only way i know in php to knock up graphics dynamically and should do what you're after.

cheers
Mark
[/quote]

Thanks Mark, it looks very useful!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.