Astrid's Lernblog

::collabor::home

Letzte Aktualisierung: 2009.01.30, 13:46

Dienstag, 15. April 2008
Einbinden von SQL-Abfragen in ein Formular I (IV 2 Tutorium am 15. April '08)
Dieses Ergebnis...


Anzahl der Buecher je Verlag



...erhält man mit folgendem HTML-Code:


<body>
<table border="0" cellpadding="1" cellspacing="2">
<tr>
<td>Anzahl der Buecher je Verlag</td>
<td with="200">
<form action="http://sql.idv.edu/thema/work/sql.php" method="post" name="Form Name" target="_blank">
<input type="hidden" name="select" value="Select Verlag, COUNT(*) As Buchanzahl from Buch GROUP BY Verlag">
<input type="submit" name="SubmitButtonName">
</form>
</td>
</tr>
</table>
</body>

... comment


To prevent spam abuse referrers and backlinks are displayed using client-side JavaScript code. Thus, you should enable the option to execute JavaScript code in your browser. Otherwise you will only see this information.