lovephp Posted May 27, 2015 Share Posted May 27, 2015 ok what i am looking for is to be able to fetch users phone number from database and then display it over an image so that no copy paste business happens. any help? Quote Link to comment Share on other sites More sharing options...
Barand Posted May 27, 2015 Share Posted May 27, 2015 (edited) Create a gd image from the jpg image file $im = imagecreatefromjpg('pathToImageFile'); Add the text using imagettftext() or imagestring() Output the new image with imagejpg() Edited May 27, 2015 by Barand Quote Link to comment 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.