YEAH, of COURSE there's a way! (with PHP, there's always a way)
I'm not gonna write the whole script for ya 'cause, as you said, it's simple..
All ya' gotta do is add <input type="text" name="OFFENSE" (or whatever your variable name is) and make a new variable so
PHP Code:
$formattedOFFENSE=<h3>$OFFENSE</h3>;
/*same for your other things you want formatted, then, using the same syntax as before*/
fopen('page.txt','w');
print '$formattedOFFENSE'
it's a quite a bit more complicated than what I've explained but quite a bit easier than what you'd expect..
just do a little research, check out the manual at
php.net, look on
PHP Builder, do a google search; somebody's prob'ly already got something written for what you're tryinna do