I have been up and down the Internet for some simple solution and I am simply not finding it. I even opened questions on Stackoverflow with sample code and I've been told that everything is wrong in the code. Then, I don't know what I am doing and my questions get closed IMMEDIATELY. It doesn't make any sense.
All I want to be able to do is Query MySQL database for a text string and then convert it into an image to display on the web browser using PHP and GD Library.
Query Database
Retrieve a TEXT or a STRING (ALPHANUMERIC like any words in English Language) from a MySQL database.
Create an Image using that text for displaying on the browser.
Very similar to what I found on another question, but their answer doesn't work even though it was chosen as a working answer. GD Library image generation does not work with mySQL query My issue is that I can't Query my database for text and create an image of that text all at once on the same page. Very simple example would be helpful.
Please, help.