//File 1 gb.php:
Tag Board
=0;){
echo stripslashes($split[$i])."
";
$i--;
}
?>
I wrote this tag board in php. View Source
//File 2 gb2.php - this is kept in a separate file to avoid repost data
".$_POST['name'].": ";
fwrite($fh, $stringData);
$stringData = $_POST['msg']."\n %%*%%";
fwrite($fh, $stringData);
fclose($fh);
header("Location: ../index.php");
exit();
?>