<?php
$server = "localhost";
$dbuser = "saihtam";
$dbpass = "mypassword";
$dbname = "hello";
mysql_connect($server,$dbuser,$dbpass) or die ("Could not establish connection");
mysql_select_db($dbname);
'UPDATE `users`SET `ther_money` = `ther_money` + '.$money.' WHERE `id` = 1';
?>
what is wrong 😕 ?? when i use this script nothing is happening :queasy: please help :bemused: