Beginner Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsOtherBeginner Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old October 21st, 2011, 09:14 AM
developergirl developergirl is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2011
Posts: 3 developergirl User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 21 m 33 sec
Reputation Power: 0
Creating online forms

Hi,

I work in an institute and I need to do online registeration form for courses that contains only information without payment.
I don't know what programming should I use? I learned frameworks (beginner) such as struts2 and DBMS PostgreSQL but I think I don't need to use them here because it's complicated while what I should do is simple and I need to create it in a short time.
I saw a video about creating forms in Google Docs and I think it's useful, but there is no feature for limiting submissions so I need to do it manualy.

Any suggestions?

Thanks.

Reply With Quote
  #2  
Old October 21st, 2011, 04:08 PM
E-Oreo's Avatar
E-Oreo E-Oreo is offline
Lost in code
Click here for more information.
 
Join Date: Dec 2004
Posts: 7,944 E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)  Folding Points: 945 Folding Title: Novice Folder
Time spent in forums: 2 Months 10 h 16 m 54 sec
Reputation Power: 7053
What programming language do you want to use?
__________________
PHP FAQ
How to program a basic, secure login system using PHP
Connect with me on LinkedIn


Quote:
Originally Posted by Spad
Ah USB, the only rectangular connector where you have to make 3 attempts before you get it the right way around

Reply With Quote
  #3  
Old October 22nd, 2011, 06:49 PM
developergirl developergirl is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2011
Posts: 3 developergirl User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 21 m 33 sec
Reputation Power: 0
I know Java, I can create JSP pages with Struts framework.
I'm thinking of PHP too, also I'm not sure if it can be done with asp or jquery.
And to store the data I need DB, What DBMS should I use?

I don't know what is better to create online forms, and if is it correct that I can use any language?

Thanks

Reply With Quote
  #4  
Old October 24th, 2011, 12:33 PM
ZeroMan ZeroMan is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2011
Posts: 22 ZeroMan User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 48 m 31 sec
Reputation Power: 0
Is not that hard to do, a simple form using PHP shoud be nice.

If you need help I can help you out.

Reply With Quote
  #5  
Old October 24th, 2011, 07:17 PM
E-Oreo's Avatar
E-Oreo E-Oreo is offline
Lost in code
Click here for more information.
 
Join Date: Dec 2004
Posts: 7,944 E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)  Folding Points: 945 Folding Title: Novice Folder
Time spent in forums: 2 Months 10 h 16 m 54 sec
Reputation Power: 7053
jQuery isn't a programming language, it's a JavaScript framework. Technically you could do it with JavaScript, but JavaScript is rarely used as a server side language and a client side language can't do what you need.

JSP, ASP and PHP are all viable choices. Your choice of DBMS will probably depend on the language you choose. Most PHP applications use MySQL. Most ASP applications use MSSQL I think. I'm not sure about JSP. However, I think all three languages have bindings that will allow you to use almost any database that you want. MySQL and Postgresql are both free, which makes them popular.

It is correct that you could use any language.

Reply With Quote
  #6  
Old October 26th, 2011, 06:29 AM
developergirl developergirl is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2011
Posts: 3 developergirl User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 21 m 33 sec
Reputation Power: 0
Thank you it's clearer to me now.. I'll have a look at them and choose one.

Reply With Quote
Reply

Viewing: Dev Shed ForumsOtherBeginner Programming > Creating online forms

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap