Hi
I am very much a newbie and am trying to work out why the following piece of code is not working
[php]
<?php if ($products_description != '') { ?>
<?php
}
elseif($tabs[$i] == 'Tutorials')
{ ?>
<?php echo stripslashes ($products_description); ?>
<?php } ?>
<?php echo stripslashes ($tutorials); ?>
</div>
[/php]
Eevry time I add it into my existing code I get a “PHP Parse error: syntax error, unexpected $end in” error