Hi All!
I have a little problem with a script😕, as follow:
<img src="img/<?=(($item_details["sticky"]==1)?"sticky.gif":"arr_it.gif");?>">
it is working ok but I want to implement this on other page that will generate automaticaly the content sa follow:
$browse.= '<tr> '.
'<td align="center"><img src="img/above code here"></td> '.
'</tr> ';
How will be look the correct conversion :mad:????
Thank you very much in advance!