Posts
 
Reputation
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
~434 People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for 140fulton

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 …

Member Avatar for diafol
0
315
Member Avatar for daniahmed

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()) …

Member Avatar for 140fulton
0
119

The End.