Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~5K People Reached
Favorite Forums
Favorite Tags

4 Posted Topics

Member Avatar for nathanpacker

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 …

Member Avatar for pocopico
0
1K
Member Avatar for Mogradjinn

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(); …

Member Avatar for Mogradjinn
0
361
Member Avatar for Mogradjinn

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 …

Member Avatar for Mogradjinn
0
165
Member Avatar for Tenaciousmug

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.

Member Avatar for Mogradjinn
0
3K

The End.