Nicht mehr ganz neu hier
Hallo leute, leider hab ich hier ein kleines problem
ich will die IP auslesen lassen aber funzt ned 
hier der code
ich will die IP auslesen lassen aber funzt ned 
hier der code
<?php
echo "<form method=post action=?id=stream-2>
<center>
<table id=table12 width=450 border=0 cellpadding=1 cellspacing=1>
<tr>
<td class=tbl1 align=center height=15 width=568>
<p align=left>Host:</td>
<td class=tbl1 height=15 width=374>
<input name=host size=40 class=textbox></td>
</tr>
<tr>
<td class=tbl1 align=center height=15 width=568>
<p align=left>Port: </td>
<td class=tbl1 height=15 width=374>
<input name=port size=40 class=textbox></td>
</tr>
<tr>
<td class=tbl1 align=center height=15 width=568>
<p align=left>Streambox: </td>
<td class=tbl1 height=15 width=374>
<select class=\"textbox\" name=\"img\" size=\"1\">
<option selected>Bitte Auswählen</option>
<option value=\"01\">Box 01</option>
<option value=\"02\">Box 02</option>
<option value=\"03\">Box 03</option>
<option value=\"04\">Box 04</option>
<option value=\"05\">Box 05</option>
<option value=\"06\">Box 06</option>
<option value=\"07\">Box 07</option>
<option value=\"08\">Box 08</option>
<option value=\"09\">Box 09</option>
<option value=\"10\">Box 10</option>
<option value=\"11\">Box 11</option>
<option value=\"12\">Box 12</option>
<option value=\"13\">Box 13</option>
<option value=\"14\">Box 14</option>
<option value=\"15\">Box 15</option>
<option value=\"16\">Box 16</option>
<option value=\"17\">Box 17</option>
</select></td>
</tr>
<tr>
<td class=tbl1 align=center height=15 width=568>
<p align=left>Deine IP:</td>
<td class=tbl1 height=15 width=374>
<input name=ip value=\"$REMOTE_ADDR\" size=40 class=textbox></td>
</tr>
</table>
<input name=absenden value=\"Absenden\" class=button type=submit>
</center>
</form>";
?>
<br>
Aus sicherheitsgründen werden Alle IP´s gespeichert die eine streambox generieren.<br>
Diese werden nicht an dritte weiter gereicht.