am using sessions and am getting errors
take a look at it please;
some of the codes that i have on my site works fine on my online host by it does not work on my local wamp server
does any body have a clue as to wat the problem is ?? i would be real thankfull;
<?php
session_start();
print($counter);
$counter++;
session_register("counter"
;
?>
bowetech.com