It would be nice if you did this:
Each time a member posts on this forum count 1 post with the total posts
Code:
mysql_query("Update tabel SET posts = 'posts + 1' Where id='$memberid'"
;
Tnx
Each time a member posts on this forum count 1 post with the total posts
Code:
mysql_query("Update tabel SET posts = 'posts + 1' Where id='$memberid'"
Tnx
* This post has been modified
: 22 years ago