pugs1501 Posted November 4, 2010 Share Posted November 4, 2010 The school district that I work for has been using a slide show PHP script that I designed, which uses random images from a database. I have now been asked to build in an option where they can enter text into the database and the script takes the text and either creates an image that is 1000pixels wide and 700 pixels tall with the text filled in the image or it just have the text re-sized to fit a text box with the same dimensions as above, so the students can see the text displayed from down the hall on the monitors. I would also like the script to have the ability to explode the text so the words can stay large in case of the user entering a long winded entry. Thank you in advance for any help. Quote Link to comment https://forums.phpfreaks.com/topic/217719-slide-show-help/ Share on other sites More sharing options...
HuggieBear Posted November 4, 2010 Share Posted November 4, 2010 Check out the Image Processing Book in the PHP Manual. You're after the GD functions here. Regards Rich Quote Link to comment https://forums.phpfreaks.com/topic/217719-slide-show-help/#findComment-1130188 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.