Well, my question is simple:
I wish to use my PHP sessions in jQuery, in an if statement, however I do not know how I can do this on an easy way. Am I supposed to someho
if($admin == true || gebr_id == $_SESSION['id']){ $javascript = "javascript code here"; }
and then in your html