ok. im writing my own blog script and want to have a comment system, HOWEVER, i dont want to use MySQL. maybe xml or just plain .php / .htm files. any suggestions?
right now im doing
fwrite ($Pntr, "<div id='box'><table width='333'><tr><td align='left'><div id='box' align=left>$usr</div></td><td align='right'><div id='box' align=right>$dte</div></td></tr></table>$sn0n</div>\r\n<div id='space'></div>\r\n$readv");
where $readv is whats in the txt (via TWO fopen, one to read, and then the second to write), $sn0n is the current post, $dte is date, and $usr is me of course.
any way i can get comments or maybe just suggestions. please.
( www.sn0n.com uses my current method, check it out and let me know )