/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
// Set data $session->setData("varibleName", 4); // Get data $variableName = $session->getData("varibleName"); // Return 4