สอบถามการใช้ file_get_contents ครับ
Moderators: mindphp, ผู้ดูแลกระดาน
-
- PHP Jr. Member
- Posts: 17
- Joined: 02/07/2009 5:28 pm
สอบถามการใช้ file_get_contents ครับ
ไม่ทราบว่า fuction ตัวนี้มันต้องเปิดอะไรใน php.ini ก่อนรึเปล่า เพราะมัน error ออกมาครับ
รบกวนผู้รู้ทุกท่านช่วยด้วยครับ
โดยโค้ดเป็นประมาณนี้ ครับ
code :
$xml = file_get_contents("http://test.php");
echo $xml;
response :
Warning: file_get_contents() [function.file-get-contents]: php_network_getaddresses: getaddrinfo failed: No such host is known. in C:\Inetpub\wwwroot\code\test.php on line 3
Warning: file_get_contents(http://test.php) [function.file-get-contents]: failed to open stream: No such file or directory in C:\Inetpub\wwwroot\code\test.php on line 3
รบกวนผู้รู้ทุกท่านช่วยด้วยครับ
โดยโค้ดเป็นประมาณนี้ ครับ
code :
$xml = file_get_contents("http://test.php");
echo $xml;
response :
Warning: file_get_contents() [function.file-get-contents]: php_network_getaddresses: getaddrinfo failed: No such host is known. in C:\Inetpub\wwwroot\code\test.php on line 3
Warning: file_get_contents(http://test.php) [function.file-get-contents]: failed to open stream: No such file or directory in C:\Inetpub\wwwroot\code\test.php on line 3
- mindphp
- ผู้ดูแลระบบ MindPHP
- Posts: 26592
- Joined: 22/09/2008 6:18 pm
- Contact:
Re: สอบถามการใช้ file_get_contents ครับ
มันเปิดไฟล์เป้าหมายที่ต้องการอ่านไม่ได้ครับ ไฟล์ที่ต้องการอ่านอยู่ที่ไหน?
ติดตาม VDO: http://www.youtube.com/c/MindphpVideoman
ติดตาม FB: https://www.facebook.com/pages/MindphpC ... 9517401606
หมวดแชร์ความรู้: https://www.mindphp.com/forums/viewforum.php?f=29
รับอบรม และพัฒนาระบบ: https://www.mindphp.com/forums/viewtopic.php?f=6&t=2042
ติดตาม FB: https://www.facebook.com/pages/MindphpC ... 9517401606
หมวดแชร์ความรู้: https://www.mindphp.com/forums/viewforum.php?f=29
รับอบรม และพัฒนาระบบ: https://www.mindphp.com/forums/viewtopic.php?f=6&t=2042
-
- PHP Jr. Member
- Posts: 17
- Joined: 02/07/2009 5:28 pm
Re: สอบถามการใช้ file_get_contents ครับ
ไฟล์ที่ต้องการเปิด ก็คือ url ที่อยู่บน internet อะครับ คือผมต้องการดึง content มาจากนั้นจะนำมาตัดด้วย xml นะครับ
เเล้วที่ไม่สามารถดึงมาโดยตรงด้วย simplexml_load_file("test.xml") ได้เนื่องจาก มันถูกเขียนเป็น .php แล้ว echo ออกมาเป็น xml อะครับผมก็เลยเอามาใช้ต่อทันทีไม่ได้
อย่างไรกวนด้วยน่ะครับ ขอบคุณครับ
เเล้วที่ไม่สามารถดึงมาโดยตรงด้วย simplexml_load_file("test.xml") ได้เนื่องจาก มันถูกเขียนเป็น .php แล้ว echo ออกมาเป็น xml อะครับผมก็เลยเอามาใช้ต่อทันทีไม่ได้
อย่างไรกวนด้วยน่ะครับ ขอบคุณครับ
- mindphp
- ผู้ดูแลระบบ MindPHP
- Posts: 26592
- Joined: 22/09/2008 6:18 pm
- Contact:
Re: สอบถามการใช้ file_get_contents ครับ
รูปแบบ file ที่ต้องการเปิดไม่ถูกต้องครับ.....
ติดตาม VDO: http://www.youtube.com/c/MindphpVideoman
ติดตาม FB: https://www.facebook.com/pages/MindphpC ... 9517401606
หมวดแชร์ความรู้: https://www.mindphp.com/forums/viewforum.php?f=29
รับอบรม และพัฒนาระบบ: https://www.mindphp.com/forums/viewtopic.php?f=6&t=2042
ติดตาม FB: https://www.facebook.com/pages/MindphpC ... 9517401606
หมวดแชร์ความรู้: https://www.mindphp.com/forums/viewforum.php?f=29
รับอบรม และพัฒนาระบบ: https://www.mindphp.com/forums/viewtopic.php?f=6&t=2042
-
- PHP Jr. Member
- Posts: 17
- Joined: 02/07/2009 5:28 pm
Re: สอบถามการใช้ file_get_contents ครับ
ถามอีกนิดหนึ่งนะครับ ถ้าผมต้องการที่จะดึง ข้อมูล xml ที่อยู่ในรูปของไฟล์ php ผมจะต้องทำอย่างไรบ้างอะครับ
รบกวนด้วยครับ ขอบคุณครับ
รบกวนด้วยครับ ขอบคุณครับ
-
- PHP Jr. Member
- Posts: 17
- Joined: 02/07/2009 5:28 pm
Re: สอบถามการใช้ file_get_contents ครับ
สามารถทำได้เเล้วนะครับ
Re: สอบถามการใช้ file_get_contents ครับ
มันมีอยู่ 2 แบบนะครับคือ
file_get_contents("http://test.php"); คงเอาไว้เรียกไฟล์นั้นมาเก็บ แ่ต่ถ้าจะเรียกค่า xml
คงต้องใช้ simplexml_load_file("ชื่อไฟล์"); มั่งครับ

file_get_contents("http://test.php"); คงเอาไว้เรียกไฟล์นั้นมาเก็บ แ่ต่ถ้าจะเรียกค่า xml
คงต้องใช้ simplexml_load_file("ชื่อไฟล์"); มั่งครับ

-
- Similar Topics
- Replies
- Views
- Last post
-
-
file_get_contents('php://input'); หมายความว่าอะไรค่ะ
by thatsawan » 28/11/2015 12:49 pm » in Programming - PHP - 0 Replies
- 405 Views
-
Last post by thatsawan
28/11/2015 12:49 pm
-
-
-
ทำยังไงถึงจะเก็บ cache จาก file_get_contents ได้ค่ะ เเนะนำหน่อยค่ะ แบบ phpBB
by thatsawan » 26/10/2015 11:45 pm » in Programming - PHP - 6 Replies
- 903 Views
-
Last post by thatsawan
05/11/2015 5:36 pm
-
-
- 1 Replies
- 420 Views
-
Last post by mindphp
17/12/2019 6:39 pm
-
- 6 Replies
- 4656 Views
-
Last post by konseo
01/09/2013 1:16 am
-
- 1 Replies
- 1263 Views
-
Last post by tsukasaz
07/02/2017 2:13 pm
-
- 3 Replies
- 5333 Views
-
Last post by mindphp
30/11/2012 5:31 pm
-
-
สอบถามการใช้ TCPDF ของ Joomla
by superhero » 17/05/2012 2:26 pm » in ปัญหาการใช้ phpBB3, SMF, Joomla, Wordpress, CMS, CRM - 2 Replies
- 3717 Views
-
Last post by superhero
21/05/2012 9:52 am
-
Who is online
Users browsing this forum: No registered users and 6 guests