April 12th, 2006, 08:58 PM
|
#4 (permalink)
|
| Real gangstas sip on Yacc
Join Date: Oct 2001 Location: Suckas-ville
Posts: 4,552
| Quote: |
If it is you could use JavaScript to perform all the validity checks...
| Please for the love of god, NEVER use javascript to sanitize variables prior to use in SQL queries. Well unless you like SQL injection, in which case use javascript for your checks.
There really isn't a compelling case (performance wise) to dump it into a stored procedure. You should just drop it into the event code. DO NOT use a global function for this or anything else, ever.
Jkrohn
__________________
Signatures blow hard
If your signature contains an ad of any kind, congratulations, you're on my ignore list.
|
| |