evlj Posted February 23, 2012 Share Posted February 23, 2012 Hi guys, i was wondering how can i make php to generate custom image with required fields (contact form). For example, i have a page with first name, last name, full address, email. And it's like this: First name: <input field here> Last name: <input field here> Full Address: <input field here> Email: <input field here> I would like to know how can i (once they fill all the info) generate an image with custom background (prepared full image previously) with all the filled info and have it emailed back to him. That email should be something like: Dear, FirstName, Here's your full info displayed on image below <img src="/path/to/thatImage.png"></img> Is this even possible? If so, please let me know how, i used to google a lot, but i can't find a solution, and i'm beginner in coding. Hope you guys will help me out, thanks a lot in advance! Quote Link to comment https://forums.phpfreaks.com/topic/257582-php-form-to-image-sending-back-an-email-generation/ Share on other sites More sharing options...
MasterACE14 Posted February 23, 2012 Share Posted February 23, 2012 this would be a good place to start: http://au2.php.net/manual/en/function.imagecreate.php Quote Link to comment https://forums.phpfreaks.com/topic/257582-php-form-to-image-sending-back-an-email-generation/#findComment-1320264 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.