<?php session_start();
if(isset($_POST['app']) && !empty($_POST['app'])){
$_SESSION['app_name'] = $_POST['app'];
}
echo $_POST['app'];
?>
Clear your cookies and then try.
rajarajan07
Nearly a Posting Virtuoso
1,447 posts since May 2008
Reputation Points: 167
Solved Threads: 239
Mark it as solved, if it works.
rajarajan07
Nearly a Posting Virtuoso
1,447 posts since May 2008
Reputation Points: 167
Solved Threads: 239