RE: [PHP] Re: How check credit card or magnetic card number.

2004-02-02 Thread craig
> Hi, how i can check credit card or magnetic card number for > a site of > electronic commerce that i have to design. > > Sorry for my english. > > Pedro. > I think this should work for you, but it's not production tested yet. -Craig function verifyCC($name='', $type='', $number='', $expmonth

[PHP] Re: How check credit card or magnetic card number.

2004-02-02 Thread Jas
Pedro wrote: Hi, how i can check credit card or magnetic card number for a site of electronic commerce that i have to design. Sorry for my english. Pedro. //Check credit card & date on HTML form if(empty($_POST['cc']) || (empty($_POST['ccd'])) { echo "Credit card and date fields not submitted

[PHP] Re: How check credit card or magnetic card number.

2004-02-02 Thread Pedro
Hi, how i can check credit card or magnetic card number for a site of electronic commerce that i have to design. Sorry for my english. Pedro. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php