I am getting the "Unexpected '}'" error on the line after the code below, do i need to terminate this tag?
Code before errorPHP Code:="<?php echo($program_images_row[4]) ?>"
PHP Code:<td colspan="2"><div align="center"><a href="<?php echo($program_images_row[4]) ?>" target="_blank"><img src="<?php echo($program_images_row[3]) ?>" alt="<?php echo($program_images_row[2]) ?>" border="0"></a></div></td>


Reply With Quote
