Posted by Rik on 03/07/07 22:36
shror <shahirwm@gmail.com> wrote:
>> Thanks for the answers but i think the hidden tags will be easier but=
>> the problem is that i dont know if my hidden tag is correct or not
>>
>> <input type=3D"hidden" name=3D"code" value=3D"<? echo "$code"; ?>">
Lose the quotes around $code. The statement seems OK, no way t otell =
unless you give us the HTML output also.
>> where code is a value calculated in the same page where this hidden
>> tag is found
>
> oh the reason i want to use hidden tags is that am not using database
> and as much as i know the session needs database
It doesn't, the standard session implementation in php uses files.
-- =
Rik Wasmus
Posted on Usenet, not any forum you might see this in.
Ask Smart Questions: http://tinyurl.com/anel
[Back to original message]
|