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:
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...HTML Code:<dl> <dt>Number of Reports</dt> <dd>14</dd> </dl>


Reply With Quote
Bookmarks