Hi i have kept the array of values in a session so how to retrieve those values from the session in the next page .........can anybody help me
$result = mysql_query("SELECT * FROM services ");
while($row = mysql_fetch_array($result))
{
?><input type="Checkbox" id="c[]" value="servicess"> <?echo $row['servicess'];
echo "<br />";
$c[i]=$row['servicess'];
$i++;
$_SESSION['c1']=$c[i];
}