Hi all,
I use glossy.js and I am trying to apply it in an image with the path like
<img src="../Users/admin/header1.gif" class="glossy"/>
the effect is ok.
But when I am trying this in a php code like
echo '<img src="../Users/$user[username]/$photo[filename]" class="glossy"/>';
then it does not work.
I have checked $user[username], $photo[filename]
What am I doing wrong ?
thanks in advance