hi and thanx for reading!
what i really need o know is how to add varibles to another file using ->
<? if ($file=fopen("page.php", "a")) {
fwrite ($file, "<br>$x");} ?>
since when ever i put something like <td \".....\"><?php echo($var) ?> </td>
it dosen't write "$var" to the file
THANX
sorry its just ive only been learning PHP for a week so i still am a n00b to all this