i'm making a script that writes mysql data to a file and then uses it to connect to the database. Here is one line of it
$line = "$" . "dataname =" . $HTTP_POST_VARS['name'];
now what would i add to that to make it take a new line in the php file after that?
thanks,
unknown12