WANT THE ANSWER TO THIS QUESTION
Store the textbox input in a database using a html form prefarably. Using a loop get all the textbox input from database and use print/echo to show them in a dropdown.
Physical
database fields
g<br>use the query: $database = [^/s]?get id="input"
An input mask is a pattern or template used to control the input of data into a database field. It defines the acceptable format for data entry, such as phone numbers, dates, or social security numbers. Input masks help ensure data consistency and accuracy by guiding users to input data in a specific format.
A user database is a system that more than 1 person can access and gain information from. Multiple users can input and store data in these database systems.
I don't know but i need that information about how to store a voice as input for sql server 2005 and retrieve that using current input of voice.., I mean how two compare a already stored voice in database with given new input voice..,
We're glad you were able to join our committee because we value your input.
Have your form's input insert into a database (SQL, Oracle, etc) then access that database through Access's ODBC connection.
input form
Use mysql_real_escape_string(), after you've connected to your database. If that function doesn't work, use mysql_escape_string() or addslashes(). Never leave your database input vulnerable to attack.