Hello PHPBuilder.com,
I can't seem to figure why I suddenly started getting the following error message on a page that has worked before.
Parse error: parse error, unexpected T_IF in /home/content/c/a/r///html/card/card.php on line 3.
Here's the code from my page:
<?php
session_start();
if (($_SESSION["token"]==$_GET["key"] && if ($_SESSION["usertoken"]/411==$_GET["uid"])) {
$key=$_GET["key"];
?>
<html>
<head>
<rest of web page>