hi i have a select tag formatted as follows:
<?php echo $html->selectTag('User/user_level', $options =
array('user'=>'user','admin'=>'admin'),'user', array(), array(),
true); ?>
now it displays 3 options in reality:
1 _____
2 user
3 admin
I would like to eliminate the empty option, how can i do this? thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---