Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Coding Forum Problems with your code? Let's hear about it.

Ezilon Directory   Improve your ranking, submit to directories   V7N Directory

Reply
 
LinkBack Thread Tools Display Modes
Old 09-25-2007, 02:24 AM   #1 (permalink)
Inactive
 
Join Date: 09-25-07
Posts: 13
iTrader: 0 / 0%
Latest Blog:
None

orionjade is liked by many
Help with a form on a page

Ok I want to create a form on one of my pages, but I need a way for it to save to the server and also be access able from the server. The other thing is it I need to let the person filling it out be able to name it. Is there any way to do this, and if so can you please tell me how?
orionjade is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 09-25-2007, 09:03 AM   #2 (permalink)
v7n Mentor
 
Costin Trifan's Avatar
 
Join Date: 04-13-07
Location: Romania
Posts: 2,927
iTrader: 0 / 0%
Costin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web pro
have you any idea of what you just said?
Costin Trifan is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-25-2007, 10:17 AM   #3 (permalink)
Inactive
 
Join Date: 09-25-07
Posts: 13
iTrader: 0 / 0%
Latest Blog:
None

orionjade is liked by many
What do you mean?
orionjade is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-25-2007, 10:35 AM   #4 (permalink)
v7n Mentor
 
Costin Trifan's Avatar
 
Join Date: 04-13-07
Location: Romania
Posts: 2,927
iTrader: 0 / 0%
Costin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web pro
Quote:
Ok I want to create a form on one of my pages
that's easy. <form></form>

Quote:
but I need a way for it to save to the server
Save the input data, right? -> server-side code (PHP, VB.NET, C#, ...)


Quote:
and also be access able from the server
Can you give a small example?


Quote:
The other thing is it I need to let the person filling it out be able to name it
HOW?

^^ What do you mean by that??
Costin Trifan is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-25-2007, 10:43 AM   #5 (permalink)
Inactive
 
Join Date: 09-25-07
Posts: 13
iTrader: 0 / 0%
Latest Blog:
None

orionjade is liked by many
Right i know the <form> </form>

Yeah it ineeds to save the information that was entered, and i need to be able to view it after it was saved. The name it part means, I need to let the person filling it out set the name it will be saved as.
orionjade is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-25-2007, 05:58 PM   #6 (permalink)
v7n Mentor
 
Costin Trifan's Avatar
 
Join Date: 04-13-07
Location: Romania
Posts: 2,927
iTrader: 0 / 0%
Costin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web pro
1. Create the form
2. Save the data from the form:
Using a programming language(as described earlier) save the data
  • in a database
  • or
  • in a file (.txt, .xml,....)

3. View saved data:
  • select the data you're interested in from the database
    1. using ASP.NET
    2. using PHP
  • select the data you're interested in from the file
    1. using ASP.NET
    2. using PHP

4. The name it part means, I need to let the person filling it out set the name it will be saved as.
I don't understand what you try to say here...
(You mean you want to name the data saved from that form like you'd name a file or something for later access?)
Costin Trifan is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-26-2007, 03:26 AM   #7 (permalink)
Inactive
 
Join Date: 09-25-07
Posts: 13
iTrader: 0 / 0%
Latest Blog:
None

orionjade is liked by many
Now using those ways will open the saved data in a new window still with the form template around it?

Yes like you would name a file for later access.
orionjade is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-26-2007, 06:32 AM   #8 (permalink)
v7n Mentor
 
Costin Trifan's Avatar
 
Join Date: 04-13-07
Location: Romania
Posts: 2,927
iTrader: 0 / 0%
Costin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web pro
1. Yes.

2. For that, you must add a textbox ( <input type="text" /> ) in your page so the visitor can type in the name he/she desires.
Costin Trifan is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-26-2007, 12:14 PM   #9 (permalink)
Inactive
 
Join Date: 09-25-07
Posts: 13
iTrader: 0 / 0%
Latest Blog:
None

orionjade is liked by many
Alright thanks for the help, if I have any more questions I'll let you know
orionjade is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-28-2007, 02:59 PM   #10 (permalink)
Inactive
 
Join Date: 09-25-07
Posts: 13
iTrader: 0 / 0%
Latest Blog:
None

orionjade is liked by many
if i have a form already made doc file using form fields, is there any way i can transfer that over to the page so i dont have to recreate the form?
orionjade is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-28-2007, 08:01 PM   #11 (permalink)
v7n Mentor
 
Costin Trifan's Avatar
 
Join Date: 04-13-07
Location: Romania
Posts: 2,927
iTrader: 0 / 0%
Costin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web pro
I might sound stupid, but I don't quite understand what are you trying to say here, really...so I'll try to break this down in more understandable sections...

Quote:
if i have a form
ok, you have a form: <form></form>


Quote:
already made doc file using form fields
That means you'll save the content of your form in a .doc file?



Quote:
is there any way i can transfer that over to the page
what page? this page that has the form in in or other page used to display the content of the .doc file?


Quote:
so i dont have to recreate the form?
what do you mean by that?


really, I would like to help you, but, please, try to understand me, it's hard to give answers based on guessing...
Costin Trifan is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-29-2007, 12:41 AM   #12 (permalink)
Inactive
 
Join Date: 09-25-07
Posts: 13
iTrader: 0 / 0%
Latest Blog:
None

orionjade is liked by many
Sorry. What I mean is I have a .doc file with a form on it, well kinda, it has the template that I would like to use as the form. Is there a way I can make that the form on the webpage, the .doc file uses form fields, if you would like to see what I'm talking about I can put up a link to the .doc file and you can download it and look at it.
orionjade is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-29-2007, 05:50 AM   #13 (permalink)
v7n Mentor
 
Costin Trifan's Avatar
 
Join Date: 04-13-07
Location: Romania
Posts: 2,927
iTrader: 0 / 0%
Costin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web pro
That will be perfect!
Costin Trifan is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-29-2007, 03:15 PM   #14 (permalink)
Inactive
 
Join Date: 09-25-07
Posts: 13
iTrader: 0 / 0%
Latest Blog:
None

orionjade is liked by many
Here you go
http://www.teamtat.net/form.doc
orionjade is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-29-2007, 03:36 PM   #15 (permalink)
v7n Mentor
 
Costin Trifan's Avatar
 
Join Date: 04-13-07
Location: Romania
Posts: 2,927
iTrader: 0 / 0%
Costin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web pro
And you want to save the content from the form fields in a doc file, formatted like that?

And then, when you read that file, I mean when you want to display its content in a web page you want to display it the way it is formatted in the doc file, right?

Something like Crystal Reports do?
Costin Trifan is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-29-2007, 04:30 PM   #16 (permalink)
Inactive
 
Join Date: 09-25-07
Posts: 13
iTrader: 0 / 0%
Latest Blog:
None

orionjade is liked by many
I want to use that as the form on the site I'm working on. Yes. Never heard of Crstal Report, but I will do a search and check it out.
orionjade is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-29-2007, 04:33 PM   #17 (permalink)
v7n Mentor
 
Costin Trifan's Avatar
 
Join Date: 04-13-07
Location: Romania
Posts: 2,927
iTrader: 0 / 0%
Costin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web pro
ok! Because I need to know for sure exactly what is that you want (need). I don't like guessing...
Costin Trifan is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-30-2007, 02:55 AM   #18 (permalink)
Inactive
 
Join Date: 09-25-07
Posts: 13
iTrader: 0 / 0%
Latest Blog:
None

orionjade is liked by many
Sorry the form I put a link to isn't everything I had on it, I fixed it and put the other one in place of it, so you can redownload it to see the rest of it. Also I can't try out Crystal Reports because you have to have a business to try it.
orionjade is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-30-2007, 03:26 AM   #19 (permalink)
v7n Mentor
 
Costin Trifan's Avatar
 
Join Date: 04-13-07
Location: Romania
Posts: 2,927
iTrader: 0 / 0%
Costin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web pro
Crystal Reports was just an example, something like binding data from database into a web page.

The best solution (IMO) to do what you need is a database to store all the data you need. This way, you'll be able to access any of your records based upon an ID or a name or anything you want.

Storing data in a file for a later access is not always considered as "best practice" and I don't recommend it to you in this case.

Every web hosting company offer support (free, I think) for a MySQL database. You can use PHP to access the data from your database and display it in your web page.
Costin Trifan is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-30-2007, 04:03 AM   #20 (permalink)
Inactive
 
Join Date: 09-25-07
Posts: 13
iTrader: 0 / 0%
Latest Blog:
None

orionjade is liked by many
Ok, well I don't really know much about MySQL, do you know of a good site I can get the info I need to do this? Also anywhere I can get the info to use PHP to access the data.
orionjade is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Web form that auto fills in previously visited page ricksterv4n1x8 Coding Forum 9 08-13-2007 04:52 PM
Can't show non-modal form when modal form is displayed sypond Coding Forum 3 03-23-2007 08:31 AM
What is the difference between a home page and an inside page link? joew SEO Forum 6 07-11-2006 03:11 PM
Looking for someone to professionally code and order page form Bluecircle Web Design Lobby 1 06-21-2006 09:49 PM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 04:39 AM.
© Copyright 2008 V7 Inc