Helo i'm writing a script based in the API . all well done, the only probleme i have is how to convert the response data of rrd to image (png)
in response i have array
filname -> /var/......./xxx.png
image -> xqsd sdbfsd fs (some trange caractere)
i have tried
but not working .what is the correct format ?
in response i have array
filname -> /var/......./xxx.png
image -> xqsd sdbfsd fs (some trange caractere)
i have tried
HTML Code:
<img scr="'.$response[image].'.png" alt="cpu chart" *>