PDA

View Full Version : Viewing data entered on a form


axtheex
05-06-2003, 05:08 PM
Hello all you genius type ppl. I am a newbie to this and I am sure my questions will sound sub-moronic. Feel free to laugh and point!!

Here it goes, I created a page where the user enters swimmer laps times.

Enter date Enter stroke Swimmer age

I then have text box that collects the smimmers name and lap time. When all is entered its submitted. Magically a .txt file is created.

Now we want to be able to view what was entered buttttt here is the kicker...

The ip address is shown and posted (and it looks crappy).

Is there a way to restrict what shows or am I SOL?

Roy Sinclair
05-06-2003, 06:26 PM
The problem would exist in the "magically a .txt file is created" part. That "magic" needs to be adjust to not record the IP address if you don't want to see it.

axtheex
05-11-2003, 06:25 AM
But i am unaware of how to control what gets written out to the .text file or better yet how to make my own output

Roy Sinclair
05-12-2003, 03:31 PM
What you want isn't impossible but you've not provided enough information to allow us to help you at all. We work here with code and data but you've only provided a description of a problem. Did you create the web pages used or the code on the web server that receives the data? That code is what we need to see in order to help you.

zoobie
05-12-2003, 07:31 PM
Try looking at this (http://www.codingforums.com/showthread.php?s=&threadid=15384&highlight=passing+AND+form+AND+value) thread. :D