Can somebody write for me a litle script which will help me to create a mod for a sistem
when somebody will push the button will be update mysql query
for example when somebody will click on button it will act as
mysql_query("UP DATE letters SET read=1 WHERE id=$id");
when somebody will push the button will be update mysql query
for example when somebody will click on button it will act as
mysql_query("UP DATE letters SET read=1 WHERE id=$id");
Comment