PDA

View Full Version : Can this be done?


Matt*is*thick
04-07-2001, 11:32 AM
Basically i want my users to be able to submit news via a form into my database which I have done, but I want each news article to count as a "post" so the total posts goes up by one, how do I do this?

jojo85
04-07-2001, 12:47 PM
One word : Kier ;)

Matt*is*thick
04-07-2001, 12:50 PM
*lol*

KIER!!!!!!!!

jojo85
04-07-2001, 12:56 PM
Lolol :D

John Harrison
04-07-2001, 01:40 PM
You would have to copy the newthread.php file then edit it around a lot but there maybe something there like cookies to block this.

JohnM
04-07-2001, 04:43 PM
$DB_site->query("UPDATE user SET posts=posts+1 WHERE userid=$userid");