automatically send MM_Username as author in Form
Hello,
on my website im trying to add something like a forum or a guestbook. All members got a name and i can print it as in the FAQ described with $_SESSION['MM_Username'] and filtering the name in the recordset. But now I have a form, and want to submit the username of the current user to the database table, so i can show the name in the post. How is it possible to send the MM_Username to the database, so it will be saved as the current users name? I've tried a little, but can't find any solution!
Thank you and kind regards!