griimnak
You're a slave to the money then you die
i have no idea why, but this isn't working:
For some reason it just keeps returning my error, even though the text in my html fieldbox is the exact value of $sec
PHP:
<?php
$sec = rand(100000,999999);
echo $sec;
if ($_POST['check_field'] == $sec) {
yes, do something
} else {
no, throw error
}
For some reason it just keeps returning my error, even though the text in my html fieldbox is the exact value of $sec