felgus Posted October 21, 2008 Share Posted October 21, 2008 How can i load a whole datababe(mysql) row into a session when the user logs in.??? I will accept hints or tips Thanks you for your time and consideration... Quote Link to comment https://forums.phpfreaks.com/topic/129446-solved-question-about-sessions/ Share on other sites More sharing options...
felgus Posted October 21, 2008 Author Share Posted October 21, 2008 How can i load a whole datababe(mysql) row into a session when the user logs in.??? I will accept hints or tips Thanks you for your time and consideration... Quote Link to comment https://forums.phpfreaks.com/topic/129446-solved-question-about-sessions/#findComment-671221 Share on other sites More sharing options...
Twister1004 Posted October 21, 2008 Share Posted October 21, 2008 I had someone do my Login data and stuff. But before you can even do anything with it, the first thing i learned is you are going to need to have a database and know how to use SQL, PHP, and MySQL. Another thing is you need to use this <?php session_start(); ?> This will allow all sessions to start and work. Then You need to write out a script with using sessions, cookies or what ever. You will need to recall things in your database and within the script as well. I hope something made since and you understood Quote Link to comment https://forums.phpfreaks.com/topic/129446-solved-question-about-sessions/#findComment-671228 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.