Date: 03/23/05 (PHP Community) Keywords: html So I have series of checkboxes in an HTML form (which are the days of the week, typically) that create an array that later gets returned via implode(). The form contains validation for certain fields (it will not be processed if certain fields are empty/invalid and the form will have to be displayed again). It's easy enough to echo the values that have previously been set in text fields and radio buttons (like so): Source: http://www.livejournal.com/community/php/276339.html
|