Please make sure you read, understand, and follow Rules and Terms of Service.
0 Members and 1 Guest are viewing this topic.
<?php//Anchor Functionfunction anchor ($link, $text=''){ return '<a href="' . $link . '">' . $text . '</a>';}?>
Parse error: parse error, unexpected T_STRING in login.php on line 24
<?php echo '<p>' . anchor ('index.php?action=forgot', Forgot Password) . ' | ' . anchor ('index.php?action=register', Register) . '</p>';?>