Hey Simplistik, those functions are great, thanx…but cud you tell me how to print the form on the webpage. I tried the following, but nothing appeared on the browser. :crying:
<?php function yearOptions(); ?>
<?php function dayOptions() ; ?>
<?php function dayOptions(); ?>
[QUOTE=chokra;2348101]Hey Simplistik, those functions are great, thanx…but cud you tell me how to print the form on the webpage. I tried the following, but nothing appeared on the browser. :crying:
<?php function yearOptions(); ?>
<?php function dayOptions() ; ?>
<?php function dayOptions(); ?>
think it would actually be
<html>
<select name=“year”>
[COLOR=#000000][FONT=Courier New][COLOR=#0000bb]<?php yearOptions[/COLOR]COLOR=#007700; [/COLOR][/FONT][COLOR=#0000bb][FONT=Courier New]?>[/FONT]
[/COLOR][/COLOR]</select>
</html>