hey... im tryint to lay some conditions for the html output... example :
if ($check  == 1) {
<some html>
                            }
else {
    <some other html>
    }

The problem here is, I want the html in both cases to be customisable by the
user... so I would have to make it a part of the template file... and if i
do that, even if the conditions fail, the html will show up..any ideas on a
fix for this?

Regards,
Kunal Jhunjhunwala


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to