![]() |
romaldus 12/16/2010 |
I need to read the $_SESSION variable for the UserID and then extract the RecruiterID from the RecruiterData table. This is what I wrote: $value=($_SESSION["UserID"] ->$data["RecruiterID"]) I know it's wrong. How would I make this statement correct? This is for the DEFAULT value in the ADD page. Mike
|
K
|
karmacomposer author 12/17/2010 |
Please read this post : http://www.asprunner.com/forums/topic/15048-sessiongroupid-for-dynamic-permission
|