How do I display a variable as image in php?

  • Thread starter Thread starter Asfandyar
  • Start date Start date
A

Asfandyar

Guest
I want to display a variable as part of an image(button). Each time the value of variable changes, the image also changes. For example, if the value of variable is 23, then the image should also show 23.
 
Back
Top