- Impact
- 19
Code:
<?php
$line = date("m.d.y") . "|" . $HTTP_POST_VARS['name'];
$line .= "|" . $HTTP_POST_VARS['news'];
$line = str_replace("\r\n","<BR>",$line);
$line .= "\r\n";
?>
Okay, I am reading a tutorial and i really dont get this part and they didnt explain it either
y is there 4 $line variables? i thought u could only have one
and y is there a "." before the "="
and whats "/r/n" etc...










