|
Posted by Jerry Stuckle on 01/24/08 12:53
Shelly wrote:
> On Jan 24, 5:06 am, Toby A Inkster <usenet200...@tobyinkster.co.uk>
> wrote:
>> Shelly wrote:
>>> $_POST['securityHidden']
>> This is your problem.
>>
>
> Why is this the problem? Here is the code:
>
> <td width="32%">
> <font face="Verdana" size="2" color="#333333"><?php echo
> $securityCodeDisplay; ?>:</font>
> <input type="hidden" value="<?php echo $securityCode; ?
>> "name="securityHidden"></td>
> <td width="57%"><font color="#333333" face="Verdana">
> <input type="text" name="securityCode" size="20"</font></td>
>
> I display a space separated version of the $securityCode
> ($securityCodeDisplay) and store the code in a hidden field,
> securityHidden, on the form so that when it posts back, I can compare
> it with the value that they type in text field, securityCode.
>
> If this is the problem, why is the problem and how do I change it?
>
> Shelly
>
Shelly,
And exactly what is the problem with me creating a form with an empty
SecurityCode field, then posting it back to you?
Your way of doing it is like locking valuables in a safe then writing
the combination on the front of the safe.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|