php img help

Hello,
to whomever it is that can help me thank you in advance. Can anybody tell me how to call an image within this piece of code or what I’m doing wrong?

In the header of this file I have

$iseta = $params->get ('iseta');

Then several lines down I have

<img src="<?php echo $path; ?>modules/mod_chat/Set_<?php echo'.$iseta.'?>.gif" alt="Chat Now" title="Chat Now" height="127" width="200" style="margin-right:6px;"/>

The variable $params calls a parameter in Joomla where ‘iseta’ is the parameter name. Maybe I’m missing a call to ‘iseta’ from the .xml document that it is located in? I’m not sure if I’m setting this up wrong, but some suggestions would be greatly appreciated.

Sponsor our Newsletter | Privacy Policy | Terms of Service