How to display username after success login on all the pages?
Autor: Андрей В.
Visitado 2238,
Seguidores 2,
Compartilhado 0
How to display username after success login on all the pages?
http://chem-mind.com/
I'm trying to build a simple login/logout system using MySQL (with limited knowledge).
What I need to do by steps?
Publicado em
Autor
Only what I want to see is the demonstration of username on any page after success authorization like different sites like this ones:
http://rusmnb.ru/index.php
or
https://allsoft.ru
Autor
I find this script, but I dont understand how I can used it and does it help me?
Threads:
https://helpcenter.websitex5.com/post/91399
https://helpcenter.websitex5.com/post/72053
https://helpcenter.websitex5.com/post/123665
script:
<?php
$pa = new imPrivateArea();
$user = $pa->who_is_logged();
echo $user['realname'];
?>
Autor
Okay, I understood everything already, another question is:
How to add buttom "Remember me" at login form?
Hello Андрей В.,
At the moment it is not possible to have this feature in WebSite X5. I would like to suggest that you open an "Idea" Post where you describe to us the feature you would like to see implemented in the future releases of WebSite X5.
Many thanks!