This code is contained in an include. Maybe I've been looking too long, but the parenthesis is there. I'll appreciate any advice you have. Thanks!
Code:<?php $paintingBack=$paintingNumber-1; $paintingNext=$paintingNumber+1; if ($paintingBack < 1) { $paintingBack = $paintingBack + 1; } ?> <a href="#" class='link' onFocus='if(this.blur)this.blur()' onclick="change_content('imagediv', '<img src='images/painting_<? echo $paintingBack; ?>.jpg'/>')"><img src='images/braceL.gif' alt='brace' width='20' height='11' valign='text-bottom'/></a>



Reply With Quote

Bookmarks