User Name Password Register
DaniWeb IT Discussion Community
All
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 425,982 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 1,644 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: Programming Forums
Views: 599 | Replies: 2
Reply
Join Date: Apr 2008
Posts: 1
Reputation: kvivekanandan is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
kvivekanandan kvivekanandan is offline Offline
Newbie Poster

DB Design for static online Forms

  #1  
Apr 17th, 2008
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
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Sep 2007
Location: North Bay Ontario
Posts: 176
Reputation: trudge is an unknown quantity at this point 
Rep Power: 2
Solved Threads: 20
trudge trudge is offline Offline
Junior Poster

Re: DB Design for static online Forms

  #2  
Apr 23rd, 2008
What have you got so far?
Amer Neely - Web Mechanic
"Others make web sites. We make web sites work!"
Reply With Quote  
Join Date: Dec 2004
Location: London or Slovakia
Posts: 2,453
Reputation: peter_budo is a jewel in the rough peter_budo is a jewel in the rough peter_budo is a jewel in the rough peter_budo is a jewel in the rough 
Rep Power: 11
Solved Threads: 296
Moderator
Featured Poster
peter_budo's Avatar
peter_budo peter_budo is offline Offline
Code tags enforcer

Re: DB Design for static online Forms

  #3  
Apr 23rd, 2008
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
  1. <form>
  2. <input type="radio" id="sex" name="sex" value="male"> Male
  3. <br>
  4. <input type="radio" id="sex" name="sex" value="female"> Female
  5. </form>
Combined with PHP/JSP/ASP you can find out which value belongs to which element
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.
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

DaniWeb Database Design Marketplace
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes

Similar Threads
Other Threads in the Database Design Forum

All times are GMT -4. The time now is 11:28 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC