Ralf Eisenreich

SQLBlog.DE | ..things to remember

Archive for April, 2006

April 19th, 2006

HTML Forms & php

1 Comment, IT, by Ralf.

Wie man den Status von HTML Forms mit php abfragt zeigt folgendes Beispiel: Checkbox HTML: <input type=”checkbox” onclick=”do();” name=”chkTest” />…