Jump to content

user data not transferring to new page


mrherman

Recommended Posts

I'm a PHP learner.  After an index.php page, the user goes to a login.php page.  Both pages seem to be working.

 

After logging in with username, password, and a special code, the user is transferred to dbaccess.php, a page that will allow access to some data.

 

The problem is that no information seems to be transferring to the page.  No username, etc.

 

I've got some PHP books and I'm sure I could research this problem, but I don't even know what it is called, so I don't know where to start.  Thanks for any help to get me started.

Link to comment
https://forums.phpfreaks.com/topic/187910-user-data-not-transferring-to-new-page/
Share on other sites

are you using sessions?

 

if so are you placing session_start(); at the beginning of the file?

 

Yeah, I'm using sessions...but obviously not well.  I'll go back and do some more research on that.  Thanks.  I saw your SIMPLE LOGIN script, so I will definitely be referring to that.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.