07-09-2018, 09:20 PM
(This post was last modified: 07-09-2018, 10:00 PM by justawebbie.)
(05-21-2018, 08:35 PM)Brandin Wrote: Another good way to verify your session data, is during development, adding the following to the bottom of page_footer.php.
Code:<?=dump($_SESSION)?>
Thank you for the information Brandin. I had health issues but now getting back to the grind. If I have more issues with this I will let you know.
If I do not want my form to make new columns in userspice tables but just have the session carry variables from page to page and let my ajax handle the input of data into my C ++ database would I still call the init.php or just add session variables into session as I move to page to page? I am sorry very new to all this and trying to wrap my head around all this.