Re: [PHP-DB] Re: [PHP] SESSIONS - SOLVED

2015-01-02 Thread Bastien Koert
No worries, Ethan. Sometimes we all try to outsmart ourselves by doing something new. Can I ask why you're opening a new window? Could the script not simply be included in the original PHP code and avoid the window open? I ask because pop up blockers may inhibit the functionality required. Or coul

[PHP-DB] Re: [PHP] SESSIONS - SOLVED

2015-01-01 Thread Ethan Rosenberg
Bastein - Correct 100%. I feel rather stupid. A POST or GET will cause session variables to be transferred. From another post to the UNIX list, this works. \ and the SESSION variables transfer. Sorry for bothering you with such trivia.