I've gone round-and-round with this and im stuck. I simply have this:
<?php
session_start();
session_register('c');
$c++;
print $c;
?>
and it never really works if i keep hitting refresh, the SID changes everytime. trackvars is on (php 4.0.5) and register-globals is on as well...
I've also tried phplib (i need user/pass logins which is why i need this to work.) but as soon as I add ANY page_open() call I get a "Cannot find server" error.
I'm using php405, mysql, winMe, PWS.
I feel like the biggest dope not being able to get a pre-written library running. It worked at one point but only briefly.
Any suggestions/comments/finger pointing is welcome.
thanks