: [PHP]Parse Error I am using this code: <?php $pid=$_GET["pid"]; $pname=$_GET["pname"]; $pnamecheck=array("test") if ($pname == $pnamecheck[$pid]) { echo "You are using a Licenced Version of Program."
I am using this code:
<?php
$pid=$_GET["pid"];
$pname=$_GET["pname"];
$pnamecheck=array("test")
if ($pname == $pnamecheck[$pid]) {
echo "You are using a Licenced Version of Program."
}
else
{
echo "You are using a Crack Version of Program!"
}
?>
And Getting this error:
Parse error: syntax error, unexpected 'if' (T_IF) in ... on line 7
More posts by @Angie530
1 Comments
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.