> 
> From: "Gordon" <[EMAIL PROTECTED]>
> Date: 2004/04/13 Tue PM 06:45:17 GMT
> To: <[EMAIL PROTECTED]>
> Subject: MySQL function
> 
> 
> Has anyone out there written a Credit Card Validation routine as a
> user-definable function (UDF)?
> 
> We now have a requirement to collect credit card data through our Web
> Site.
> 
> 
> 
> -- 
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]
> 
>

This sounds like it should be handled more by your server-side software (PHP, ASP, 
JSP, etc.) rather than MySQL.  I'm no web guy, and don't claim to be, but to me it 
would make more sense to have your server side programming language handle that, 
rather than MySQL.  I believe you can find some pre-written code if you hit Google.  
Something tells me I've seen it out there, just don't remember where.

James


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to