Designing Database
Posted
by
user548192
on Stack Overflow
See other posts from Stack Overflow
or by user548192
Published on 2010-12-24T00:28:05Z
Indexed on
2010/12/24
1:54 UTC
Read the original article
Hit count: 511
database-design
Hello All,
I need to design database with frontend as HTML. This is my first attempt to do this. What I need is, - User can input a word from HTML page, click submit I will query the word to get a URL from database and user sees that webpage(pointed by URL). Just enter word, submit and get the webpage displayed.
People suggested using JSP/Access. I am new to everything. Can you please point out what exactly I need to do?
Thanks a ton.
© Stack Overflow or respective owner