I'm going through the code in the book 'php essentials' and this error has come up:
'Undefined variable: PHPSESSID'
the code stops at the second line of the following so I won't bore with details:
<?php
session_start();
if (!$PHPSESSID) {
.........
}
else {
.........
}
?>
<HTML>
blah, blah, blah.........
Anyone seen this before and can help? I would love to work out what must eb a simple answer 🙂