Topic: Itnegration forum with login on my page
Hi
I've read I think almost important topics here, but none from here told me what I really have to do to make this working...
I want to integrate login page from my site with my forum...
I know what is being created when person is being logged on my page, I know cookie function of punbb but when I tried to use it doesn't worked.
what should I do , step by step anyone colud tell me, please?
define('PUN_ROOT', './forum/');
define('PUN_QUIET_VISIT', 1);
require PUN_ROOT.'include/common.php';
define('PUN_ALLOW_INDEX', 1);
require PUN_ROOT.'include/parser.php';
check_cookie(&$id_user); // I've tried that in different combinations, id_user its id of user in my web database