工程實績多,嚴選防水建材,加強房屋外牆防水功能
免費到府估價,售後長期服務。
平價壁紙多年豐富專業,拆除各類房型技巧純熟,快速有效率
免費現場估價,值得您信賴

首頁  •  maids 論壇 • 程式設計討論     • 

php切割網域

房東:小優
發表時間:2007-03-17



$subdomain="yourStr.yourDomain.com";
$str_explode=explode(".", $subdomain);
$str_leng=strlen($str_explode['0']);
$str_subdomain=substr($subdomain, 0, $str_leng);
echo("網域前面的字串是:" .$str_subdomain. "
");

$str_domain=substr($subdomain, $str_leng+1);
echo("妳的網域名稱是:" .$str_domain);

?>



  • 贊助網站       

    廣利不動產-板橋在地生根最實在--新板特區指名度最高、值得您信賴的好房仲
    完整房訊,房屋、店面熱門精選物件,廣利不動產 優質仲介,房屋租賃、買賣資訊透明,交易真安心!
    廣利不動產-新板特區指名度最高、值得您信賴的好房仲
    您的托付,廣利用心為您服務

  • 1 樓住戶:鳥鳥
    發表時間:2007-03-18

    $test = 'test.yahoo.com.tw';
    echo substr($test,0,strpos($test,'.'));



     共 1 人回應  選擇頁數 【第1 頁】 

    姓名:
    佈告內容: