can anyone see what is wrong with this
calls this bit of code on another page
nothing appears when the second file is run
Code:
<?php session_start();
session_start();
$_SESSION['hotel'][0] = 'B';
Print $_SESSION['hotel'][0];
?>
calls this bit of code on another page
Code:
<?php
Print $_SESSION['hotel'][0];
?>
nothing appears when the second file is run