Hi,
when a user is logged on they should be able to subscribe to more functions. For this I have created a form which I store in the database. I have added hidden fields for the username, name and email where I want to store the logged on user's details. What is the easiest way to pull this information as values for the hidden fields?
juro
P.s. also, I would need a "created_at" hidden field where I store the php date('Y-m-d H:i') value - is this possible?
when a user is logged on they should be able to subscribe to more functions. For this I have created a form which I store in the database. I have added hidden fields for the username, name and email where I want to store the logged on user's details. What is the easiest way to pull this information as values for the hidden fields?
juro
P.s. also, I would need a "created_at" hidden field where I store the php date('Y-m-d H:i') value - is this possible?