Perl Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming LanguagesPerl 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:
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
  #1  
Old June 16th, 2000, 01:04 AM
chinnavi
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:

hai all,
i m a perl cgi lover..
i want to do one registration process .
i need some help in getting the values..
The process goes like this ...
1. Click A Link to do Sign Up!
2. Accept Rules and Regulations!
3. Fill out the Form!
4. Get Login Name and passwd
5. Check Login and passwd
6. Add to Database.

Now my problem is i have to track all the values with a single CGI...
How can i do this ?

vijay

Reply With Quote
  #2  
Old June 17th, 2000, 06:10 PM
Adrian2 Adrian2 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2000
Location: London, England
Posts: 251 Adrian2 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 9
I assume what you mean is that you want to carry a session identifier and/or form fields for a particular user across multiple forms/pages.

The first form can be static HTML but you're going to have to generate the rest from a script.

You can then carry forward the results of previous forms using hidden form fields.

<form>
<input type=hidden name=thisfieldname value=theirinput>
</form>

You can accumulate several hidden fields across many forms just by reading the input from the CGI and outputting it as HTML hidden fields.

A more complex method would be to use cookies to store this information.

And remember, hidden fields aren't secret, they're just not visible to the user when viewing the HTML page. The user can always read them by viewing the page source.


Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming LanguagesPerl Programming > Tracking Registration Process!


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 | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway