Thank you for replaying, so i have a log in system where I store the ID of the user in a session it does not lose the session, it simple does not display it if I place echo $_SESSION['userid']; this shows me a number of the person that is logged in on every page, but on the pdf it does not show the number, If I use the session to filter a query every page works but not on the pdf print out, for now its on a VPS, I will try to get it on a live server for testing |
|
|