isbn check
Feedback on isbn check
The form is sent using POST. So we do something like this on the example page:
<?php
$Validator = new Excudo_Validate_Isbn();
$bool = $Validator->isValid($_POST['isbn']);
?>
03-11-2010 @ 14:36
name: B-Developer
email: lion_[dot]_off_[dot]_judah_[at]_gmail_[dot]_com
Hi there,
I like the way you've explain, how 'we' can get this work..but only i'm wondering wich technique is between the function and the input field. Did you guys use something like GET OR POST.
Kind regards,
B-Developer
14-10-2010 @ 15:30