View Single Post
Old 09.11.2004, 22:11   #6 (permalink)
frajonico
Baby Mamber
 
Join Date: Nov 2004
Location: Guatemala Citiy, Guatemala
Posts: 1
frajonico is on a distinguished road
Default Re: Creating a quick and easy Mambo component

if you open that file and go to line 45 you will see something like this:

<input type="hidden" name="task" value="" />
</form>
<?php } ?>

function showText( $option, &$rows ) {
?>

Change the red line to

<?php }

You will then get another error on line 78 just add the \ to the inner "
so it reads

echo "<img src=\"images/tick.png\" border=\"0\" />";
frajonico is offline   Reply With Quote