grounded_vertigo Posted April 5, 2006 Share Posted April 5, 2006 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 Link to comment https://forums.phpfreaks.com/topic/6646-placing-text-on-dynamic-image/ Share on other sites More sharing options...
redbullmarky Posted April 5, 2006 Share Posted April 5, 2006 [!--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.cheersMark Quote Link to comment https://forums.phpfreaks.com/topic/6646-placing-text-on-dynamic-image/#findComment-24137 Share on other sites More sharing options...
grounded_vertigo Posted April 5, 2006 Author Share Posted April 5, 2006 [!--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.cheersMark[/quote]Thanks Mark, it looks very useful! Quote Link to comment https://forums.phpfreaks.com/topic/6646-placing-text-on-dynamic-image/#findComment-24140 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.