Using while loop within another to output multiple strings in a tr

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ronverdonk
    Recognized Expert Specialist
    • Jul 2006
    • 4259

    #16
    Originally posted by matthewroth
    Parse error: syntax error, unexpected '>' in D:\Program Files\xampp\htd ocs\ACS\new_sit e\test\image1.p hp on line 37
    You do echoes within an echo operand. It should be like[php]echo "
    <td>


    <br>Last Name:&nbsp; &nbsp

    {$myrow['LastName']}</td>



    <img src=\"" . $myrow['image']."\" /></a>
    </td>"; // echoing out the image[/php]
    Ronald

    Comment

    Working...