Jump to content

predetermined keywords


WSparrow

Recommended Posts

Hello,

 

I'm working on a file upload/download setup.  I want the MySQL table to be arranged like so:

 

id----int(11)----primary key

Filename----varchar(30)

Keyword1----varchar(30)

Keyword2----varchar(30)

Description----text

DateAdded----timestampCURRENT_TIMESTAMP

Type----varchar(30)

Size----int(11) 

Content----mediumblob

 

My question is;

Is there a way to make the users select their keywords from a predetermined list (i.e. a dropdown menu) rather than letting them just punch in whatever keywords they want?

Link to comment
https://forums.phpfreaks.com/topic/224463-predetermined-keywords/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.