06-Jun-2022, 05:09 AM
Hi,
To integrate commentics to my web page, I force :
$cmtx_name = $_SESSION["xxxxx"];
$cmtx_email = $_SESSION["xxxxxx"];
It runs very good.
But When I post a comment, it does not recognize email address as admin address.
How is it possible to force "is_admin" in comments table ?
Thanks
To integrate commentics to my web page, I force :
$cmtx_name = $_SESSION["xxxxx"];
$cmtx_email = $_SESSION["xxxxxx"];
It runs very good.
But When I post a comment, it does not recognize email address as admin address.
How is it possible to force "is_admin" in comments table ?
Thanks