hi and thank you for your time...
how do i, as my text fields are echoing a selected value, get
my list menus to do the same?
text field has: <? echo $arow->contact; ?>
list menu has:
<select name="property">
<option value="<? echo $row->property_type; ?> " selected>
<? echo $row->property_type; ?>
</option>
<option value="house">house</option>
<option value="condo">condo</option>
<option value="duplex">duplex</option>
<option value="apartment">apartment</option>
<option value="land">land</option>
</select>
thank you again, addison ellis
--
Addison Ellis
small independent publishing co.
114 B 29th Avenue North
Nashville, TN 37203
(615) 321-1791
addison@bellsouth.net
info@smipco.com
subsidiaries of small independent publishing co.
info@gloabaldog.com
info@momandpocentral.com
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php