|
Posted by Gary Dale on 10/22/05 21:13
Newsguy wrote:
> 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.
Navigation:
[Reply to this message]
|