In the editprofile.tmpl file (refer the following code)
Quote:
<td><span class="{$Style['small']}" ><select name="editmonth">
$bmonsel
PPPRINT;
for ( $m=1; $m < 13; $m++ ) {
echo "<option value=\"$m\">{$months[$m-1]}</option>";
}
echo<<<PPPRINT
</select></span></td>
<td><span class="{$Style['small']}"><select name="editday">
$bdaysel
PPPRINT;
|
you are requested to tell me that from where ...
<select name="editmonth">
and
<select name="editday">
are reffering the "month list" and "day list".
And how can I "see it"
Thanks