We moved $p1 from one page to another page.
session_start();
// Moves P1 to the end
$p1 = $_SESSION['P11'];
$_SESSION['P11'] = $p1;
// Moves P1 to the end
Can you give me a minimal piece of code that must work that we can try it out?
Hi Daniel,
We develeoped piece of code using sessions function.
The code worked perfectly in the sandbox
We usedInsert PHP Code Snippet plugin to implement it with wordpress and its not working. Do we need to do any additional settings to make it work?
How can you help us solve the problem?
Thanks.
-
This reply was modified 4 years, 7 months ago by seotoco.