Log in

View Full Version : Reading a file and analyzing data...



Rockonmetal
09-05-2007, 12:46 AM
I want to be able to read the data from a file and then analyze it and change it...
Heres what I wanna do...
1. Get the file and put each definition term (# of Reports) definition to turn into a variable... Because I am storing data like this:

<dl>
<dt>Number of Reports</dt>
<dd>14</dd>
</dl>
Then I want to for the <dd> tag to be increased by 1 and then stored so that it increases when someone reports the page...