Form losing data for invalid captcha
Posted: Thu Jan 27, 2011 12:53 pm
can anyone show any example to store the session value to a session variable?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
<input id="security_code" name="security_code" type="text" value="<?php echo isset($_POST['security_code']) ? htmlentities($_POST['security_code'], ENT_QUOTES) : ''; ?>" />