[ic] turn off error loggin for specific MySQL query -or- not do at all

Jeff Dafoe interchange-users@icdevgroup.org
Sat Dec 14 11:11:00 2002


> [tag flag write]mb_boxlist[/tag]
>    [query table="mb_boxlist" sql=|
>         INSERT     mb_boxlist
>            SET     username = '[data session username]',
>                    boxname = '[cgi n_name]',
>                    password = '[cgi n_pass]',
>                    description = '[cgi n_desc]'
>       |][/query]
> --------------------------------------------------------

    If that is on your end-user side make sure you use a filter to sanitize
that data before using it to build a query.

Jeff