in reply to Creating persistent table with CGI.pm

Another method might be to dump the data into a file, record the filename in a cookie/hidden field and reload from there.

Since you have the power of a database, perhaps you could store the data in a temp table instead of the datafile. this would provide more power than a flatfile.

good luck!

  • Comment on Re: Creating persistent table with CGI.pm