Okay for 1. this is easy its just like a form, make the form all the options you want like name message and e-mail. and then make a "Handler" for this
in the handler it must send the data to a text document, (Make one in the cpanel" and for all this to work make sure in the form the action is "your-handler-here.php" and if you want the shoutbox and the data all on the one page just
<?
include ('data.txt');
?>
or the easier include is
<?
include "data.txt";
?>




Reply With Quote
