Jump to content

help


I-AM-OBODO

Recommended Posts

please where can i find a tutorial on this stuff or better still where i can get a script so i can modify it to suite my taste

1. a user registers with his details

2. login wit his username and password

3. when he clicks on a link sees all his personal details (which will contain all his transactions)

4. logs out.

 

the one i designed don't show the transaction the user did.

will appreciate a link to a tutorial or a script so i could modify.

 

thanks

Link to comment
https://forums.phpfreaks.com/topic/126748-help/
Share on other sites

i have designed a login that works fine.

users could login, but the problem is when i clicked to see a users details it does not show details.

unless i indicate the users name.

 

when two or more registers, it display just the first registerd person, that means it brings the detail that is partaining to another user. thats my problem

 

Link to comment
https://forums.phpfreaks.com/topic/126748-help/#findComment-655606
Share on other sites

Hey, funky: I had same problem a while back, until I finally realized I needed to set the session, otherwise the page wont know who's member account it is supposed to be displaying... make sure on each page where you need to show a member's info you need to have session set with the session start command line...

 

session_start();

 

 

 

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/126748-help/#findComment-655631
Share on other sites

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.