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? 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 i would start here .. http://www.php.net/manual/en/function.imagejpeg.php 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. 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
Archived
This topic is now archived and is closed to further replies.