Voting

: min(zero, five)?
(Example: nine)

The Note You're Voting On

Peter <toomuchphp-phpman at yahoo dot com>
18 years ago
One way to discover your IP address automatically:

<?php

// need to trim() because whitespace will confuse the name lookup
$myIP = gethostbyname(trim(`hostname`));
echo
$myIP;

?>

<< Back to user notes page

To Top