<?php $img_pmt="width=".$config["es_th_width"]." height=".$config["es_th_width"].""; ?>
I teraz otrzymuje:
<img width=90 height=90 border=0 ...
I jak mam to przekształcić aby otrzymać:
<img width="90" height="90" border="0" src=
Kombinowałem dodając " czy ' w różne miejsca ale jakoś mi to nie wychodzi
