|
Posted by KDawg44 on 03/07/07 20:16
Hi,
I am writing a PHP website. When I am taking some input from a user,
I write some static radio buttons for a category, and then also write
some more that are generated based on a query to a database. I would
like to have a text box for a description of the category. I would
like that to be able to be typed in if the user selects on of the
static options but automatically filled in by data from the database
if they select one of the radio buttons that are DB generated. I
would also like to be able to prevent the user from changing the text
box if it is filled in with DB data (if possible, not that big of a
deal if too difficult).
Thanks.
Navigation:
[Reply to this message]
|