28 : <!-------end retreive------->
29 : <!------add one to the hit count------->
30 : <cfset hit_count = NumberFormat(hit_count, "0000000") + 1>
31 : <!--------end add one to the hit count------->
32 : <!------write the updated hit count to the text file------->
|