P
Print Guy
I want to write a web application that can access a mysql database on
localhost. I want to have a web page display 3 lines with radio
buttons to select which line, and each line has either one or two text
entry fields. Then I want to build a query based on the criteria
a) button 1 means I am looking for an exact match on the entry field
b) button 2 means I am looking for a "like" match
c) button 3 means I am looking for a range of matches
the problem is, I don't have a single idea where to start... all this
talk about frameworks and containers has my head swimming.
Should it be a jsp or is there something else? how about an applet?
where should I start? Web page to read, book to buy... I don't know...
hence this rather obscure little post.
localhost. I want to have a web page display 3 lines with radio
buttons to select which line, and each line has either one or two text
entry fields. Then I want to build a query based on the criteria
a) button 1 means I am looking for an exact match on the entry field
b) button 2 means I am looking for a "like" match
c) button 3 means I am looking for a range of matches
the problem is, I don't have a single idea where to start... all this
talk about frameworks and containers has my head swimming.
Should it be a jsp or is there something else? how about an applet?
where should I start? Web page to read, book to buy... I don't know...
hence this rather obscure little post.