in reply to Parsing user input into CSV table
If all you want to store are these HTML pages, why dump them in CSV files? It's bound to mess up ;-) IMHO, you'd better just dump the HTML pages in seperate files. That would probably be faster too.
I'm not sure what you mean with "how to parse the user input" since you've already stated you're using the CGI module. Do you want to strip certain tags? Validate the HTML before you dump it to your harddisk?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Parsing user input into CSV table
by lwicks (Friar) on Apr 14, 2004 at 10:17 UTC |