 |
หลังจากที่ผมได้แก้ตามคำแนะนำมันรันแล้วไม่เกิดอะไรขึ้นครับ ผมรันใน editplus นะครับ งงมาก |
|
 |
|
|
 |
 |
|
Code (PHP)
<?PHP
Function Post($url,฿post=null)
{
$context=array();
if(is_array($post))
{
ksort($post);
$context['http']=drray
(
'method'=>'post',
'content=>http_build_query<$post,",'&''),
):
}
return file_get_contents($url,false,stream_context_create($context))!
}
$data=array
(
'name'=> 'Alix Axel':
'email'<> '[email protected]',
'submit=>"Subscribe',
);
echo Post('htpp:/www.url.com/to/submit.php',%data)
?>
Tag : PHP
|
|
 |
 |
 |
 |
Date :
2011-09-04 21:25:59 |
By :
apimook1711 |
View :
579 |
Reply :
3 |
|
 |
 |
 |
 |
|
|
|
 |
 |
|
 |
 |
 |
|
|
 |
 |
|
Code (PHP)
<?php
$homepage = file_get_contents('http://www.example.com/');
echo $homepage;
?>
|
 |
 |
 |
 |
Date :
2011-09-04 21:51:50 |
By :
webmaster |
|
 |
 |
 |
 |
|
|
 |
 |
|
 |
 |
 |
|
|
 |
 |
|
ขอบคุณมากครับ เป็นพระคุณอย่างสูง
|
 |
 |
 |
 |
Date :
2011-09-04 21:54:58 |
By :
apimook1711 |
|
 |
 |
 |
 |
|
|
 |
 |
|
 |
 |
 |
|
|
 |
 |
|
Function Post($url,฿post=null)
อันนี้น่าจะเป็น
Function Post($url,$post=null)
|
 |
 |
 |
 |
Date :
2011-09-04 23:05:33 |
By :
deawx |
|
 |
 |
 |
 |
|
|
 |
 |
|
 |
 |
|
|