From: Matthew M. <ma...@tu...> - 2002-12-09 16:16:59
|
> This kind of comes back to something I was discussing with you earlier, > Matt. You remember when we were talking about a function that parses > user input and a function that parses output. We pretty much have those > now in parse() and breaker() but I'm wondering if we should make these > functions standard [parseInput(), parseOutput()]. Just a thought... Adam, Steven, and I talked about the above issue. Here is what we decided. sqlInsert and sqlUpdate will take charge of the addslashes issue. They will automatically test text before it is saved. The developer will never worry about the save format. parse will split into parseInput and parseOutput. Input will strip tags. Output will put breaks on newlines and strip profanity. Expect these changes later today, Matt Matthew McNaney Internet Systems Architect Electronic Student Services Appalachian State University Phone: 828-262-6493 phpwebsite.appstate.edu ess.appstate.edu |