1
Hi,
I'm trying to pass variables between web pages and anything I try, nothing works.
I have tried cookies, sessions, file writes (which if you have a large userbase would be a nightmare).
What am I doing wrong.
The variable I am trying to pass through is the ID in the URL. I capture it in $_GET['id'] and everything works fine until I either call my database connection or move pages and my variable seems to disapear.
I have tried writing the variable to a $_SESSION variable that I have set in XOOPS preferences in the custom sesion area.
Is there another way of passing this variable because I am really stumped.
Please someone help, please!!
Thanks in advance.
Dave.