When I code this in a php file:
<?
session_start();
session_register('remember');
?>
<A HREF="2.php?<?=$SID?>">New Page</A>
I get this internal server error when trying to load that php file:
PHP caused an invalid page fault in
module PHP4TS.DLL at 0177:10054373....
I am using PHP 4.x and a newish edition (think it's the newest stable release) of Win32 Apache.
Anyone?