About MartNet MartNet Technical Support
Home Services Support Members Software Contact
Search Support
MartNet WebMail

MartNet WebAdmin

Dialup Access
  Numbers

Domain Name
  Management

MartNet News /
  Status Info

NOC / System Status


Support Topics:





FAQ's:

Links:




MartNet Policies
Billing Dept.

Check Domain
Availability:



Welcome to the MartNet Dial-up Access Phone Numbers Database


Search for MartNet Access Numbers:

Enter your phone number to Search for a LOCAL ACCESS NUMBER:

Phone: ( ) -


"; echo "Search by Area Code:    "; echo ""; echo ""; echo "
"; /////////////////////////////////////////////////////////////////////////// /// Search by State $statequery = mysql_db_query("$db","SELECT distinct statename, ab, state FROM dialupnumbers, states WHERE state=ab order by state", $connection ); $staterow=mysql_fetch_array($statequery); //$numrows = mysql_num_rows("$statequery"); $numrows = mysql_affected_rows($connection); $popquery = mysql_db_query("$db","SELECT * FROM dialupnumbers", $connection ); //$numrows2 = mysql_num_rows("$popquery"); $numrows2 = mysql_affected_rows($connection); echo "
"; echo ""; echo (""); // echo (""); echo ""; echo (""); echo "
Search by State:  
      Sort Results by:  
 

"; /////////////////////////////////////////////////////////////////////////// /// LIST ALL NUMBERS echo "
"; echo "
"; echo "OR   "; echo "
"; echo "NOTE: MartNet has $numrows2 dial-up numbers in $numrows states, so this list is quite long!"; echo "
"; echo "
"; ///////////////////////////////////////////// // List the Philly Numbers: echo "
"; echo ("Dial-up Numbers for our home town, Philadelphia, PA. Yo!"); echo (""); $phillyquery="SELECT * FROM dialupnumbers WHERE city LIKE '%philadelphia%' order by city"; $phillyrow = mysql_db_query("$db","$phillyquery"); while($row = mysql_fetch_array($phillyrow)) { if (! $row[city] ) { } else { echo (""); } if (! $row[number] ) { } else { echo (""); } } echo ("
    $row[city]$row[number]
"); echo "

"; ///////////////////////////////////////////// // Include the footer HTML: include("html/dialupdisclaimer.html"); include("html/changedialup.html"); include("support_footer.php"); ?>