[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] turn off error loggin for specific MySQL query -or- not do at all
> [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