Hey all,
Ok this is a bit hard to exsplain so bare with me lol............
I want this code
PHP Code:
<a href="http://sitehere.com" target="_blank"><img src="http://sitehere.com/s/h.gif" border="0" alt="Smileys - Over 1400 Smileys"></a>
Translated to this lingo lol
PHP Code:
<img src="http://" . $domainname . "/s/" . $row[imagename] . ""/>\">
Does that make sence?