I use PHP to calculate some lines of data and then create four images using imagepng. I can display one image. Or display the text. But I can not do both on the same page. And I want to display the text, go down a few blank lines and then display the four images, from left to right, on the same page. The images are not stored in a file but created dynamically.
Right now, I have one index.php page to display the text and another index.php page to display one image. Two rowboats, one oar...
How do I show text and four images on one html page inside my php code? Or is it outside the php code?
I am just learning PHP and know NOTHING about HTML so clear examples would be very helpful.
Thank you so much!