I have a mySQL database with points.. And you can spend them. How can you subtract a value form mySQL?
<?php
session_start();
// Include database information and connectivity
include 'login/db.php';
// We store all our functions in one file
include 'login/functions.php';
$a =...