i guess this is a simple question(for those people who are "warriors" of the vb section)
lets say i have 2 textboxes and a button, and in one of the textboxes u put "trevor"(or w/e ur name is) and then press the button it will go on your database, and then the other text box shows all the names that have been submitted before so in that text box it would show like.
trevor
othername
othername
othername
if u can help thanks if not...well nuthin.
You should learn about SQL or MySQL (w/e) queries... (SELECT)
I just told him to learn a bit of SQL so it would be easier to understand what you wrote.. xd because i'm pretty sure he is clueless about queries and non-queries ofc i wouldn't rewrite the code.
Alright, he should...
INSERT INTO Table(Column,Column) VALUES ('Value','Value')
SELECT * FROM Table WHERE Column='Value' AND/OR Column='Value'