Forum Moderators: coopster
PHP newbie here. I was wondering if there was a simple way to retrieve and insert a logged in user's ID into a hidden form field. As it stands, I have no way of knowing who is submitting what. Currently using Quadodo as the main login script, and FormTools as my forms processing script.
Any thoughts, suggestions, etc. will be greatly appreciated :)
Eball
and Welcome to WebmasterWorld! :)
I am saving the user ID as a session variable, I can even see it encrypted in my cookies. I just have no idea how to get it into my form. When a user submits a form, I have no idea which user submitted it.
Thanks for your reply, and for helping us newbs :)
Yes that is the case. Forgive my vagueness, like I said, I"m new to this stuff and don't really know what I'm doing yet. It's a process, ya know ;)
I am saving the user ID as a session variable, I can even see it encrypted in my cookies. I just have no idea how to get it into my form. When a user submits a form, I have no idea which user submitted it.Thanks for your reply, and for helping us newbs :)