i am currently makeing a webpage and i have this displaied
<table width="100%" border="0">
<tr>
<td><div align="center"><font size="2"><strong><?php echo date("l, d-M-Y H:i:s T"); ?></strong></font></div></td>
<td><div align="center"><font size="2"><strong><?php echo "$REMOTE_ADDR"; ?></strong></font></div></td>
<td><div align="center"><font size="2"><strong><?php echo "$HTTP_USER_AGENT"; ?></strong></font></div></td>
</tr>
</table>
it shows the time ip and agent is there anyway to save that to a txt file like when some 1 goes to my page to save that "the results" to a txt file
<table width="100%" border="0">
<tr>
<td><div align="center"><font size="2"><strong><?php echo date("l, d-M-Y H:i:s T"); ?></strong></font></div></td>
<td><div align="center"><font size="2"><strong><?php echo "$REMOTE_ADDR"; ?></strong></font></div></td>
<td><div align="center"><font size="2"><strong><?php echo "$HTTP_USER_AGENT"; ?></strong></font></div></td>
</tr>
</table>
it shows the time ip and agent is there anyway to save that to a txt file like when some 1 goes to my page to save that "the results" to a txt file
Comment