neilcg1 Posted April 11, 2009 Share Posted April 11, 2009 <td width="37" align="center"> <img border="0" <?php if ($row[8]) echo "src=\"arrow8.gif ?> width="30" height="30"> <?php if ($row[8]) echo "checked"; ?> <td width="53"> <div align="center"> <?php echo $row[10]?> </form>/code] Quote Link to comment https://forums.phpfreaks.com/topic/153615-can-you-tell-me-what-is-wrong-with-this-code-please/ Share on other sites More sharing options...
ToonMariner Posted April 11, 2009 Share Posted April 11, 2009 not a semi-colon in sight.. oh no there's one - just the one mind Quote Link to comment https://forums.phpfreaks.com/topic/153615-can-you-tell-me-what-is-wrong-with-this-code-please/#findComment-807222 Share on other sites More sharing options...
mrMarcus Posted April 11, 2009 Share Posted April 11, 2009 <td width="37" align="center"> <img border="0" <?php if ($row[8]) echo "src=\"arrow8.gif ?> width="30" height="30"> <--this line here is a mess. <?php if ($row[8]) echo "checked"; ?> <td width="53"> <div align="center"> <?php echo $row[10]?> </form>/code] Quote Link to comment https://forums.phpfreaks.com/topic/153615-can-you-tell-me-what-is-wrong-with-this-code-please/#findComment-807294 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.