<?php
$username="151296";
$password="******";
$database="151296";
mysql_connect(localhost,$username,$password);
@mysql_select_db($database) or die( "Unable to select database");
$last = $_COOKIE['ID_my_site'];
SELECT 'Wing' FROM 'users' WHERE 'username' =$last;
$CC1 = ['CC1'];
$amount1 = $_POST['amount1'];
$total = $CC1 + $amount1;
$UPDATE FROM 'users' WHERE 'username' = $last SET `CC1` = 'CC1'+ '$amount1';
("Location: arming.php");
}
?>
i keep getting a white screen :(