Does html can be use with dynamic generated images in php?

前端 未结 2 933
孤街浪徒
孤街浪徒 2021-01-20 17:56

I am using this code to create an image



        
2条回答
  •  一个人的身影
    2021-01-20 18:20

    If you want a div around your image you have to do that in the html, you can't do that in the image generation code

    If you are getting errors regarding the image, try browsing the image url http://localhost/php/test92.php and see what it looks like.

    Does it show an image like you are expecting?

提交回复
热议问题