HighDots Forums  

Help - Can I create a web page with a table that can be updated by the web viewer

alt.discuss.html alt.discuss.html


Discuss Help - Can I create a web page with a table that can be updated by the web viewer in the alt.discuss.html forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Newsguy
 
Posts: n/a

Default Help - Can I create a web page with a table that can be updated by the web viewer - 10-21-2005 , 10:40 PM






Hi,

I want to create something like a table of text data. I then want my users,
who are spread out all over the place, to be able to access the table, fill
in the blanks with their info and then have the page and the data in the
table be updated...Is this possible without a database?

Thanks
F



Reply With Quote
  #2  
Old   
Leonard Blaisdell
 
Posts: n/a

Default Re: Help - Can I create a web page with a table that can be updated by the web viewer - 10-21-2005 , 11:05 PM






In article <8Eh6f.17281$Hm3.6526 (AT) fe09 (DOT) lga>, "Newsguy" <Newsguy (AT) aol (DOT) com>
wrote:

Quote:
I want to create something like a table of text data. I then want my users,
who are spread out all over the place, to be able to access the table, fill
in the blanks with their info and then have the page and the data in the
table be updated...Is this possible without a database?
You may be looking for <http://wiki.org/wiki.cgi?WhatIsWiki>

leo

--
<http://web0.greatbasin.net/~leo/>


Reply With Quote
  #3  
Old   
Neredbojias
 
Posts: n/a

Default Re: Help - Can I create a web page with a table that can be updated by the web viewer - 10-21-2005 , 11:19 PM



With neither quill nor qualm, Newsguy quothed:

Quote:
Hi,

I want to create something like a table of text data. I then want my users,
who are spread out all over the place, to be able to access the table, fill
in the blanks with their info and then have the page and the data in the
table be updated...Is this possible without a database?
Yes. However, you don't want to save the data?

--
Neredbojias
Contrary to popular belief, it is believable.


Reply With Quote
  #4  
Old   
Roy Schestowitz
 
Posts: n/a

Default Re: Help - Can I create a web page with a table that can be updated by the web viewer - 10-22-2005 , 12:43 AM



__/ [Newsguy] on Saturday 22 October 2005 03:40 \__

Quote:
Hi,

I want to create something like a table of text data. I then want my users,
who are spread out all over the place, to be able to access the table, fill
in the blanks with their info and then have the page and the data in the
table be updated...Is this possible without a database?

Thanks
F
It sounds to me like you will have to record the data somewhere unless the
changes made by the visitors should be volatile. The volatility might be
fine if the contributers fill in a form to get some output or simply play
a game.

A popular method of achieving easily-changeable tables, which are also
edited collaboratively, might be a Wiki, though it may require some re-ad-
justments to accommodate for tables without high complexity that requires
user experience.

A Wiki, by the way, would require a database.

Roy

PS - Remember that saving data to your filestore is something that is not
allowed due to security woe. Log files are often the exception, but you
could do something with PHP too provided that necessary privileges are
granted. Be very, very careful if you go down that path.

--
Roy S. Schestowitz | "World ends in five minutes - please log out"
http://Schestowitz.com | SuSE Linux | PGP-Key: 74572E8E
5:35am up 57 days 17:49, 8 users, load average: 0.48, 0.68, 0.76
http://iuron.com - next generation of search paradigms


Reply With Quote
  #5  
Old   
Gary Dale
 
Posts: n/a

Default Re: Help - Can I create a web page with a table that can be updatedby the web viewer - 10-22-2005 , 02:13 PM



Newsguy wrote:
Quote:
Hi,

I want to create something like a table of text data. I then want my users,
who are spread out all over the place, to be able to access the table, fill
in the blanks with their info and then have the page and the data in the
table be updated...Is this possible without a database?

Thanks
F


If you mean "I want their information to be permanently available to
other visitors", so that the page just keeps on growing, then you need
to store the data somewhere. This means you need some server side
execution privileges. Many ISPs offer a guest-book facility that may do
the job. Otherwise, you will at least need to be able to add the
information to an XML table and recreate the table each time using
javascript.

If you just want the users to have access to their own data, then you
can store it in a cookie. Retrieve the cookie when they come back and
create the table from that.


Reply With Quote
Reply




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



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.