Scilab on Cloud - Comments

'; echo 'From: ' . $row["email"] . ''; echo 'Issue type: ' . $types[$row["type"]] . ''; $book = mysql_result(mysql_query("select book from textbook_companion_preference where id=".$row["books"]), 0); echo 'Book: ' . $book . ''; echo ' Category: ' . $categories[$row["category"]] . ''; $chapter = mysql_result(mysql_query("select name from textbook_companion_chapter where id=".$row["chapter"]), 0); echo ' Chapter: ' . $chapter . ''; $example = mysql_result(mysql_query("select caption from textbook_companion_example where id=".$row["example"]), 0); echo ' Example: ' . $example . '' . ''; echo '

Comment:
' . $row["comment"] . '

'; echo 'Reply'; echo '
'; } ?>