|
|
|
จะแสดงรูปภาพจาก path ของ PHP FTP ได้ยังไงบ้างครับ PHP FTP |
|
|
|
|
|
|
|
เรียกตรงจาก url ไม่ได้หร๋อครับ
|
|
|
|
|
Date :
2016-12-14 13:56:34 |
By :
apisitp |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ถ้าเป็นแบบนี้ คงมีเหตุผลที่ไม่สามารถ เอารุปไว้ที่ server หลัก...ได้
รอดูท่านอื่นแนะนำ ...
|
|
|
|
|
Date :
2016-12-14 14:35:23 |
By :
apisitp |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลองใช้ ฟังก์ชั่น ftp_connect โดยใช้ ftp_login เข้าไปอ่ะครับ
Code (PHP)
$conn_id = ftp_connect($ftp_server,33); //ftpconnect
$login_result = ftp_login($conn_id, $ftp_user_name, $ftp_user_pass); //ftplogin
|
|
|
|
|
Date :
2016-12-15 09:35:25 |
By :
menphurk |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//@ img serv: create img.php
<?php
echo file_get_content('pathImg');
//@main serv: callimg.html
<img srv="img.php" >
|
|
|
|
|
Date :
2017-10-31 22:22:23 |
By :
bombbomb |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|