Register Register Member Login Member Login Member Login Forgot Password ??
PHP , ASP , ASP.NET, VB.NET, C#, Java , jQuery , Android , iOS , Windows Phone
 

Registered : 109,037

HOME > PHP > PHP Forum > ผมต้องการ จะเปลี่ยนค่าใน url ให้เป็น xxxx นะครับ จากคำถาม ถ้าผมมีตัวแปร ที่มีข้อมูล url



 

ผมต้องการ จะเปลี่ยนค่าใน url ให้เป็น xxxx นะครับ จากคำถาม ถ้าผมมีตัวแปร ที่มีข้อมูล url

 



Topic : 033544



โพสกระทู้ ( 581 )
บทความ ( 0 )



สถานะออฟไลน์
Facebook



จากคำถาม ถ้าผมมีตัวแปร ที่มีข้อมูล url แต่ผมต้องการให้ แสดง เป็น xxxx แทน url ต้องใช้คำสั่ง อะไรใน php ในการตรวจสอบ และ แทนที่ ด้วย xxx ได้ครับ

เช่น $a="http://www.gcom.com is good website please visit to www.gcom.com";

แต่ต้องการให้แสดง เป็น $a="xxxx://xxx.xxxx.xxx is good website please visit to xxx.xxxx.xxx"



Tag : - - - -







Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2009-10-27 11:34:05 By : nilas View : 1196 Reply : 5
 

 

No. 1



โพสกระทู้ ( 74,058 )
บทความ ( 838 )

สมาชิกที่ใส่เสื้อไทยครีเอท

สถานะออฟไลน์
Twitter Facebook

Code (PHP)
$temp = preg_replace("#(^|[\n ])([\w]+?://[^ \"\n\r\t<]*)#is", "http://xxx.xxxxxxxxx.xxx", $temp);







Date : 2009-10-27 11:58:24 By : webmaster
 


 

No. 2



โพสกระทู้ ( 581 )
บทความ ( 0 )



สถานะออฟไลน์
Facebook

ผมลองแล้ว ผมที่ได้ $a="http://www.gcom.com is good website please visit to xxx.xxxxxxxxx.xxx";

แต่ url ข้างหน้า ยังเหมือนเดิม
Date : 2009-10-27 12:04:33 By : nilas
 

 

No. 3



โพสกระทู้ ( 1,439 )
บทความ ( 0 )

สมาชิกที่ใส่เสื้อไทยครีเอท

สถานะออฟไลน์
Facebook

-แสดงจำนวน x เท่ากับจำนวน url
-อย่างน้อยต้องระบุโปรโตคอลสักคำก่อน คำอื่นจึงสามารถแทน x ได้
ดูตัวอย่างข้างล่างเลยละกันครับดูข้อจำกัดละกัน
แก้ไขครั้งที่1 55+ คิดว่าน่าจะยังไม่สมบูรณ์เอาไว้ว่างๆเห็นแล้วจะมาแก้
Code (PHP)
<?php

$temp ="https://www.thaicreate.com/php/forum/033544.html  www.thaicreate.com<br/> ";
$temp .="http://www.gcom.com is good website please visit to www.gcom.com<br/>";
$temp .="http://192.168.1.1  192.168.1.1<br/>";
$temp .="business.org ftp://business.org ";
echo "BEFORE:<br/>$temp<br/>";
echo "AFTER:<br/>";
echo url2x($temp);
function url2x($temp){
	$protocol =array("/(http:\/\/)/","/(https:\/\/)/","/(ftp:\/\/)/");
	$replace =array("xxxx://","xxxxx://","xxx://");
	$temp = preg_replace($protocol,$replace,$temp); // เปลี่ยนโปรโตคอลให้เป็น xx://
	$posURL=0;  
	$posNextURL =strpos($temp,"xxx://",$posURL)+strlen("xxx://");
	while($posURL<$posNextURL){   // วนลูปหา url ตัวอื่น
		$posURL=$posNextURL ;
		$posEndURL= strpos($temp,' ',$posURL);
		if($posURL>$posEndURL) $posEndURL=strlen($temp);
		$URLlen=$posEndURL-$posURL;
		$url =substr($temp,$posURL,$URLlen);
		$replace =preg_replace("/[^\.\/<>]/","x",$url);
		$temp = preg_replace("($url)",$replace,$temp); //เปลี่ยน url  นี้ให้เป็น xx
		$parentURL=preg_replace('/([\w]+)\/(.*)/','\\1',$url);
		$replace =preg_replace("/[^\.\/<>]/","x",$parentURL);
		$temp = preg_replace("($parentURL)",$replace,$temp);
		$posNextURL=strpos($temp,"xxx://",$posURL)+strlen("xxx://");  
		$posURL =$posEndURL+1;
	}
	return  $temp;
}
?>



Result:
Code
BEFORE:
http://www.gcom.com is good website please visit to www.gcom.com
https://www.thaicreate.com/php/forum/033544.html www.thaicreate.com
http://192.168.1.1 192.168.1.1
business.org ftp://business.org
www.google.com www.google.com
AFTER:
xxxx://xxx.xxxx.xxx is good website please visit to xxx.xxxx.xxx
xxxx://xxx.xxxxxxxxxx.xxx/xxx/xxxxx/xxxxxx.xxxx xxx.xxxxxxxxxx.xxx
xxxx://xxx.xxx.x.x xxx.xxx.x.x
xxxxxxxx.xxx xxx://xxxxxxxx.xxx
www.google.com www.google.com

Date : 2009-10-27 16:06:28 By : xbeginner01
 


 

No. 4



โพสกระทู้ ( 532 )
บทความ ( 1 )



สถานะออฟไลน์


งง ครับ ผมหัวยังไม่ถึง ไม่เข้าใจเลย
Date : 2009-10-28 09:40:50 By : tingtongkub
 


 

No. 5



โพสกระทู้ ( 244 )
บทความ ( 0 )



สถานะออฟไลน์


ถ้าข้อมูลที่รับมามันรับมา texteditor พอรับค่ามา มันไม่ตัดให้อะค่ะ

แบบนี้อะค่ะ

Tel: 0858655203 www.ipropertythailand.com
New condo room near Big C
LCD TV
Heater
Built0in Bed
Working Desk
Fridge
near Main road
market
hot spring
7 eleven
bangkok bank
20 mins to airport
hospital
school

มันตัดให้แค่
Tel: 0xxxxxxxxx

Date : 2011-06-02 15:50:29 By : kwangz_07
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : ผมต้องการ จะเปลี่ยนค่าใน url ให้เป็น xxxx นะครับ จากคำถาม ถ้าผมมีตัวแปร ที่มีข้อมูล url
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ FTP| ใส่แถวของตาราง ใส่คอลัมน์ตาราง| ตัวยก ตัวห้อย ตัวพิมพ์ดีด| ใส่โค้ด ใส่การอ้างถึงคำพูด| ใส่ลีสต์
smiley for :lol: smiley for :ken: smiley for :D smiley for :) smiley for ;) smiley for :eek: smiley for :geek: smiley for :roll: smiley for :erm: smiley for :cool: smiley for :blank: smiley for :idea: smiley for :ehh: smiley for :aargh: smiley for :evil:
Insert PHP Code
Insert ASP Code
Insert VB.NET Code Insert C#.NET Code Insert JavaScript Code Insert C#.NET Code
Insert Java Code
Insert Android Code
Insert Objective-C Code
Insert XML Code
Insert SQL Code
Insert Code
เพื่อความเรียบร้อยของข้อความ ควรจัดรูปแบบให้พอดีกับขนาดของหน้าจอ เพื่อง่ายต่อการอ่านและสบายตา และตรวจสอบภาษาไทยให้ถูกต้อง

อัพโหลดแทรกรูปภาพ

Notice

เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ
อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง

   
  เพื่อความปลอดภัยและการตรวจสอบ กระทู้ที่แทรกไฟล์อัพโหลดไฟล์จากที่อื่น อาจจะถูกลบทิ้ง
 
โดย
อีเมล์
บวกค่าให้ถูก
<= ตัวเลขฮินดูอารบิก เช่น 123 (หรือล็อกอินเข้าระบบสมาชิกเพื่อไม่ต้องกรอก)







Exchange: นำเข้าสินค้าจากจีน, Taobao, เฟอร์นิเจอร์, ของพรีเมี่ยม, ร่ม, ปากกา, power bank, แฟลชไดร์ฟ, กระบอกน้ำ

Load balance : Server 03
ThaiCreate.Com Logo
© www.ThaiCreate.Com. 2003-2024 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่