I am trying to get a hyperlink to have an id from the mysql db. (plantid)
however Im missing a ; or ,
according to the error returned
Parse error: parse error, unexpected T_VARIABLE, expecting ',' or ';' in searchy.php on line 195
where should I put it?
thanks in advanceCode:// Print out the contents of each row into a table echo "<tr><td bgcolor= CCFF66><h2>"; echo $row['BotanicalName']; echo "</td><td bgcolor= FFFFCC><h3>"; echo $row['CommonName']; echo "</td><td bgcolor= CCFF66><h3>"; echo $row['CommonNameNotes']; echo "</td><td bgcolor= FFFFCC><h3>"; echo $row['Variety']; echo "</td><td bgcolor= CCFF66><h3>"; echo "< a href='http://www.gardenaction.co.uk/plantreturn.php?="$row['plantid'];">tester</a>; echo"</td><td bgcolor= FFFCC<h3>"; }




Bookmarks