can anyone give me hints on why this code does not work for me?
win ME
apache 1.3.24
php 4.2.0
<head>
</head>
<body>
<?php
session_start();
session_register('count');
echo "<p>You've been here $count times. Thanks!</p>";
?>
<a href="sessiontest.php">Session Test Again</a>
</body>