No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Apologies that this is an old thread revived but I had the same problem, now seemingly solved (it's not clear from the posts whether my situation was being caused the same way). Exclamation marks were appearing in semi-random places and length was not the issue here. It seems that my …
I'm trying to set up a timeout test on a selection of files. The files run the test via an include, which contains the following: [CODE]$inactive = 20; /* check to see if $_SESSION['timeout'] is set */ if(isset($_SESSION['timeout']) ) { $session_life = time() - $_SESSION['timeout']; if($session_life > $inactive) { session_destroy(); …
I'm developing an ordering system relying on PHP and MySQL; the problem I have is essentially HTML, though, and specifically with Google Chrome (no issue with Firefox or IE). If an order already exists for a customer, items are listed with input boxes but with the maxlength attribute (a variable …
Line 19 in login.php: if($num > 0) //password matches Should be if($num[B]2[/B] > 0) //password matches Otherwise you're effectively only testing username again, I think.
The End.
Mogradjinn