Go Back   PCMech Forums > Help & Discussion > Web Design / Development

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 12-28-2005, 01:39 AM   #1
Member (7 bit)
 
Join Date: Dec 2004
Posts: 100
Questions about forms

Hi Everyone.
I have a questions about forms
Can somebody tell me where to find scripts that
1.will save all entered information on the form

2. will display all entered info from the form in other web page

3. How to create multi pages ?
Thanks
Daniela
Daniela is offline   Reply With Quote
Old 12-28-2005, 03:01 PM   #2
Staff
Premium Member
 
mairving's Avatar
 
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
Quote:
Originally Posted by Daniela
Hi Everyone.
I have a questions about forms
Can somebody tell me where to find scripts that
1.will save all entered information on the form

2. will display all entered info from the form in other web page

3. How to create multi pages ?
Thanks
Daniela
The question appears to be the same as this one that you asked earlier. You can find plenty of scripts at Hotscripts.

Basically when you submit a form, the data can go into a database, a text file, an email or merely cyberspace. It is really difficult to answer your question since there are too many unknowns. Are you using a scripting language? Is it a client-side or server-side scripting language? If you just built a form using HTML, about the only options that you have is to use the mailto to send you an email with the form data although that wouldn't be pretty. So give us some more info about what you are trying to do and check over at Hotscripts to see if any scripts will work for you.
__________________

Want to Make $$$$ with your Computer? No Risk! Simply press shift-4 four times in a row
mairving is offline   Reply With Quote
Old 12-30-2005, 07:22 PM   #3
Member (7 bit)
 
Join Date: Dec 2004
Posts: 100
Thanks for your replay.
Actually I’m pretty new in this area ( programming with database) so I’m asking dump questions .I ‘m not sure what is difference between client-side and server-side scripting language .
Here it is what I want to do.
I want all info from a form to be displayed (dynamically) in the table from another web page. Is the only way I can do this with creating database in Access and then using some scripting language like ASP or PHP? Are those client-side or server-side languages) ???
Is there another easier way? I know how to send the info from the form to the e-mail, but that way there is no way to transfer that info dynamically to another web page.
Daniela
Daniela is offline   Reply With Quote
Old 01-01-2006, 10:03 PM   #4
Member (7 bit)
 
Join Date: Dec 2005
Posts: 87
Server side: All programing commands occur before the page is sent to user's computer. User can't see the code unless he has access to the ftp account. Think of this like writing instructions on the server to print out the instructions for Internet Explorer, or any other browser, to read. It includes languages like PHP and ASP.

Client side: All programing occurs on the user's computer. The user has full access to the code. Think of this like code written specifically for Internet Explorer, or any other web browser, after it is downloaded. It will be like telling the browser to turn the font color to green after you click a button.




About your question, if you want to save it and look at it after the user closes the browser you need a database. If you just want to see it on the next page, and don't need to store it you can read it from the URL (www.yoursite.com?var=test) called get or you can read it in a diff. packet called post.
hartken is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


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

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 05:02 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2