Re: [PHP] VAT number validation

2009-03-07 Thread Clara
I found another implementation in PHP to validate EU-VAT-numbers here: http://www.acc.bg/vat-validation.html VAT number validation It also shows company name and address for some member states. Can someone help how to implement? THX Clara -- View this message in context:

Re: [PHP] VAT number validation

2009-03-07 Thread cr.vegelin
I believe this validator is the original one: http://ec.europa.eu/taxation_customs/vies/ HTH, Cor - Original Message - From: Clara frechd...@gmail.com To: php-general@lists.php.net Sent: Saturday, March 07, 2009 11:19 AM Subject: Re: [PHP] VAT number validation I found another

Re: [PHP] VAT number validation

2009-03-07 Thread Clara
-general@lists.php.net Sent: Saturday, March 07, 2009 11:19 AM Subject: Re: [PHP] VAT number validation I found another implementation in PHP to validate EU-VAT-numbers here: http://www.acc.bg/vat-validation.html VAT number validation It also shows company name and address for some member states

Re: [PHP] VAT number validation

2009-03-07 Thread Daniel Brown
On Sat, Mar 7, 2009 at 05:49, Clara frechd...@gmail.com wrote: Thanks a lot, I will better set an iframe to the official validator as a start :) Clara, In the future, please just start a new thread as opposed to hijacking on that is six months old. It'll get more attention and keep

Re: [PHP] VAT number validation

2008-10-31 Thread Stut
On 31 Oct 2008, at 10:47, Koenraad Vanden Daele wrote: Ther is a VAT number validation API. http://isvat.appspot.com/ How to use this; integrate it in PHP to validate VAT-numbers without the user experiencing anything? Did you even have a go? Did you look at the PHP manual for clues as to

[PHP] VAT number validation

2008-10-31 Thread Koenraad Vanden Daele
Ther is a VAT number validation API. http://isvat.appspot.com/ How to use this; integrate it in PHP to validate VAT-numbers without the user experiencing anything? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php