seanty Posted November 21, 2012 Share Posted November 21, 2012 I'm looking to create a 'for fun' system (I suppose to help me learn too) for an invitation system. What I'm going to have is a php registration page linked with a mySQL db where a user can 'sign up' and add their details. From the admin side i can then 'approve' certain users. Upon approval, their data is 'printed' onto a background image of a ticket (that ive already created) then saved as an image file. The user is then sent a link with the image file so that they can print their ticket (which may include QR code). Basically a bit of a fun project.. I am ok with the php/mySQL registration/approval stuff... its the process of getting the MySQL data 'printed' onto an existing image (blank invitation). Any ideas? Quote Link to comment https://forums.phpfreaks.com/topic/270990-getting-mysql-data-onto-an-image-customised-e-invitations/ Share on other sites More sharing options...
RobertP Posted November 28, 2012 Share Posted November 28, 2012 (edited) i would start here .. http://www.php.net/manual/en/function.imagejpeg.php Edited November 28, 2012 by RobertP Quote Link to comment https://forums.phpfreaks.com/topic/270990-getting-mysql-data-onto-an-image-customised-e-invitations/#findComment-1395989 Share on other sites More sharing options...
SofWare Posted December 21, 2012 Share Posted December 21, 2012 You'll probably want a function called imagettftext. Quote Link to comment https://forums.phpfreaks.com/topic/270990-getting-mysql-data-onto-an-image-customised-e-invitations/#findComment-1400788 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.