.
function is_valid_isbn($isbn)
{
$isbn_length = strlen($isbn);
$isbn_sum = 0;
echo "this is the length :";
echo $isbn_length;
for($i=0; $i < $isbn_length; $i++) { $total += (substr($isbn, $i, 1) * (11-($i+1))); }
return true;
}
Ben bu işlevini çalıştırdığınızda bazı biri nerede err olduğunu bana yardımcı olabilir ben şu hatayı alıyorum?
Here is the error message
Parse error: parse error, expecting `';'' in C:\xampp\htdocs\gbload\application\libraries\Isbnconv.php on line 47