•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the Database Design section within the Web Development category of DaniWeb, a massive community of 330,119 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 4,102 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Database Design advertiser:
Views: 244 | Replies: 2
![]() |
•
•
Join Date: Apr 2008
Posts: 1
Reputation:
Rep Power: 0
Solved Threads: 0
Dear all,
Requirement is - There is online Form with lot instructions and also user inputs values and there is also a row column intersection values also to be stored.
Eg - Name, details1, instruction1, instruction2 - There are having singular values.
Other - Prospective loss - Here the user will enter in Amount1, amount2, amount 3 for the same item.
Further the user has to print the entire form with same text of UI in pdf/excel.
How to design db for picking up label and its corresponding values from backend.
Thanks in Advance,
Regards,
Vivek
Requirement is - There is online Form with lot instructions and also user inputs values and there is also a row column intersection values also to be stored.
Eg - Name, details1, instruction1, instruction2 - There are having singular values.
Other - Prospective loss - Here the user will enter in Amount1, amount2, amount 3 for the same item.
Further the user has to print the entire form with same text of UI in pdf/excel.
How to design db for picking up label and its corresponding values from backend.
Thanks in Advance,
Regards,
Vivek
•
•
Join Date: Sep 2007
Location: North Bay Ontario
Posts: 172
Reputation:
Rep Power: 1
Solved Threads: 20
•
•
Join Date: Dec 2004
Location: London or Slovakia
Posts: 1,549
Reputation:
Rep Power: 8
Solved Threads: 149
This is more of html question, but here you go...
Most of html tags can use ID or NAME to store identifications that can be read and sent with form for processing such as
Combined with PHP/JSP/ASP you can find out which value belongs to which element
Most of html tags can use ID or NAME to store identifications that can be read and sent with form for processing such as
html Syntax (Toggle Plain Text)
<form> <input type="radio" id="sex" name="sex" value="male"> Male <br> <input type="radio" id="sex" name="sex" value="female"> Female </form>
Learn to see in another's calamity the ills which you should avoid.
Publilius Syrus
(~100 BC)
If we helped you to solve your problem, answered your question please mark your post as SOLVED.
Publilius Syrus
(~100 BC)
If we helped you to solve your problem, answered your question please mark your post as SOLVED.
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
DaniWeb Marketplace (Sponsored Links)
•
•
•
•
black friday creative design distance education ecommerce economy education experiment funds gift cards google holiday shopping howto illustrator india intel internet investments jobs media navigation news online online ad spending online ads online education online shopping pc photoshop portfolio practices print programming publishing rebate research retail retail stocks software stock stocks strayer survey taxes tips toread tutorials web xbox live yahoo
- memory management in wndows 2000 (Windows NT / 2000 / XP / 2003)
Other Threads in the Database Design Forum
- Previous Thread: Quantity Per Unit value is not unique.
- Next Thread: database design (asp,sql server) for crm schedule calender



Linear Mode