Thanks to the people on this list I've been able to create a form 
submission page that writes team data for a fps league to a data file.  I 
can also call up that data and present it 'nicely' on a web browser.  The 
next step for me is to be able to submit the name of a clan I want to drop 
from the data file and have a script delete it.  My data file is a simple 
ascii text file that looks like this:

clan1,leader1,webpage1
clan2,leader2,webpage2
clan3,leader3,webpage3
etc...

So what I would like to do is input 'clan2', submit it and have a script 
identify that line of data and drop it from the data file.  I'm not sure 
how to go about this operation.  Can someone give me some advice on how to 
approach this problem?

Steveo (aka Haiku)
[EMAIL PROTECTED]
www.linuxhaiku.com


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to