WANT A QUALITY WEB SITE AND AT LOW COST THAT SUIT YOUR BUDGET- MABUHAYPINOY.COM IS YOUR PARTNER IN BUILDING YOUR SUCCESS IN IT BUSINESESS. LEARN MORE
E-XTREME CODER
      Software and Web Solution Developer
Script and Download
  • PHP
  • MYSQL Database
  • Java
  • Javascript
  • Resources
  • Others

  •    Home/Script and download/php
    1. Get Domain and Strip Queries-
    	// Get Domain Name  and strip queries 
    	$stripurl = "http://www.mabuhaypinoy.com/try/script-download.asp?section=php"; 
    	//Get host name from URL 
    	preg_match("/^(http:\/\/)?([^\/]+)/i", $stripurl, $matches); 
    	$stripurl = $matches[2]; 
    	//Get last two segments of host name 
    	preg_match("/[^\.\/]+\.[^\.\/]+$/",$stripurl ,$matches); 
    	$stripurl == $matches[0]; 
    	echo $stripurl;
    	

     
     
    dasd dsa