Fwright not working!

it is in this program:
http://petersweb.strokemymouse.com/chat/room.php


<html><body>
wait
<?php
$c = fopen("data.txt", "w");
$a = $_post['text'];
$b = fwrite($c, $a);
print "comeing,";
sleep(1);
print "done $b things";
?>
<br /><a href="room.php">back to room</a>
</body></html>

it will not change the text in data.txt!!
I need some help.:bounce: