-Original Message-
From: David Chamberlin
To: [EMAIL PROTECTED]
Is there an easy way to set something in a select list to be selected?
Right now I'm doing a real brute-force method. e.g.,
echo "";
$choices = array( 'pub' => 'On Public Page',
'members' => 'Only
- Original Message -
From: "David Chamberlin" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 03, 2003 1:27 PM
Subject: [PHP] One more form question
> OK, last one was answered quickly and successfully (thank you!), so
> here's another
OK, last one was answered quickly and successfully (thank you!), so
here's another one.
Is there an easy way to set something in a select list to be selected?
Right now I'm doing a real brute-force method. e.g.,
echo "";
$choices = array( 'pub' => 'On Public Page',
'members' => 'Only on
3 matches
Mail list logo