コード例 #1
0
		/**
		 * Removes a journal-Entry.
		 * @param	integer specifies the id of the item whos journal-entry is to be removed.
		 */
		function removeEntry() { addDelete("journal", "ITEM_ID = $this->id"); }
コード例 #2
0
}
$b = addDelete($root, $msd);
echo "<tr><td>" . substr($msd, $b) . "</td><td>" . substr($root, $b) . "</td></tr>";
$b = addDelete($root, $mso);
echo "<tr><td>" . substr($mso, $b) . "</td><td>" . substr($root, $b) . "</td></tr>";
$b = addDelete($root, $mpd);
echo "<tr><td>" . substr($mpd, $b) . "</td><td>" . substr($root, $b) . "</td></tr>";
$b = addDelete($root, $mpo);
echo "<tr><td>" . substr($mpo, $b) . "</td><td>" . substr($root, $b) . "</td></tr>";
$b = addDelete($root, $fsd);
echo "<tr><td>" . substr($fsd, $b) . "</td><td>" . substr($root, $b) . "</td></tr>";
$b = addDelete($root, $fso);
echo "<tr><td>" . substr($fso, $b) . "</td><td>" . substr($root, $b) . "</td></tr>";
$b = addDelete($root, $fpd);
echo "<tr><td>" . substr($fpd, $b) . "</td><td>" . substr($root, $b) . "</td></tr>";
$b = addDelete($root, $fpo);
echo "<tr><td>" . substr($fpo, $b) . "</td><td>" . substr($root, $b) . "</td></tr>";
?>
</table>
</div>

</td>
</tr></table>
</div>
<div align='center' style="padding-right:90px;" >
<input type="button" value='Check' onclick="giveAnswer();" >
</div>


</body>
</html>