Sql unexpected mysql_query IF then

Parse error: syntax error, unexpected 'mysql_query' (T_STRING)

Line 30:

if($count == 1 && $row[3]==md5($upass) && $row[2] == 1)
{
$row[1] = $email;

$signedin = 1
mysql_query("UPDATE `users` SET `signedin`=1 WHERE `Team`=1");

header('Window-target: content');
header('Location: oma_admin.php');



}
elseif($count == 1 && $row[3]==md5($upass) && $row[2] == 2)
{
$row[1] =...

Sql unexpected mysql_query IF then

from Databases http://ift.tt/1SBHGKD
via IFTTT
Previous
Next Post »
Thanks for your comment