Dear friends, I am new to this and have some problems with ai number.
I want to allow user to update the AI number from the front end (text field - type the new number and press OK) 
I want to execute for example this code:
[php]$result = @mysql_query(“UPDATE " . TABLE . " SET value = value + 1 WHERE key = ‘counter’”)
or print(mysql_error() . “
\n”);
@mysql_free_result($result);[/php]
Thanks in advance,
Daniel