what's wrong with this?
<?php
/if there's a cookie, load page "B" with the info found on it (like username for instance), if not, load page "A" /
if(!isset $HTTP_COOKIE_VARS "CookName"]))
{$arc = "starta.php4";}
else
{$DaName = $CookName;
$arc = "startb.php4?";}
@include($arc);
?>