so i have this piece of php code done but there a part of it i dont understand. here it is
$ctr++;
echo "Sequence found! Total count: " . $ctr . "<br/>";
what is the $ctr++ and what does it do..........is it really needed? can it be changed to something else??
i should have said the reason i...