Can anybody help me to get de hostname with PHP, and then put it into a <input> type?
For example, you have an ISP who called worldonline (
www.worldonline.nl) Then you want to get this into an input type field:
<input type="text" value="@worldonline.nl">
Thanx.