Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #44.2K
2 Posted Topics
I'm seeing a problem where some $_SESSION variables are passed from one page to another, and others are not. The session is setup on login, with user identity held in $_SESSION["id"]. At a later date, I want to shift the identity to another, subordinate account. The change is handled by … ![]() | |
Re: A code sample of what you have so far would help, but here is one possible approach. 1. the customer form should return a customer id, rendering it as part of an "customer added screen" 2. the add_lineitem form calls a javascript function which includes the customer id (via document.getElementById()) … |
The End.