AUTO-UPDATE help

nike_guy_man's picture

They have: 840 posts

Joined: Sep 2000

I own http://www.myginleague.com, and as soon as I get this to work, another .com or .net
It is an online gaming league, where users play, then report losses to me.
I want the data in the report form to automatically be sent to the standings page.
Here is what I have so far: (note: this is an addition to my formmail script)

open (stand, ">>/data1/hypermart.net/parrabal/test/standing.txt");
print stand "|$FORM{'name'}| $FORM{'opponent'}|0-0|0|$FORM{'site'}| \n";
seek() function.... seek(0,9);
print stand " \n";
close (stand);

Laughing out loud