1
Hello, i am editing a module and i am editing the index file now i need to know why doesnt this work, if someone knows can you please tell me.
if ($xoops_isuser){
echo "Hello <{$xoops_uname}>";
}else{
echo "Please register";
}
Now i have realised that <{$xoops_uname}> doesnt work, it doesnt display the username i have also tried $xoops_uname and it still doesnt work.
But the other thing is ($xoops_isuser) this doesnt work, so it only displays the "else" code.
Can someone help me please, i dont know much about php so i am asking here.