<% include("functions.php"); // Just a sample script calling the functions %> Network information <% if($ip=="") { %> what's the matter, to scared to give an IP? <% } else { %>

Number of Usable IP's: <%=GetNumberOfUsable($ip);%>

Network Address: <%=GetNetworkAddress($ip);%>

Broadcast Address <%=GetBroadcastAddress($ip);%>

<% } %>