I am making a login website where a user can login and the next page will display ("Welcome Username"). I know I have to use Sessions but my question is I have my login and other pages as .HTML (using XHTML) and my database side as .PHP.
Can I have sessions using .PHP and displaying the username on each page on my .HTML files?
If so how would I do this?
Thank You
PS I just started PHP and web development recently :)