-

 - e-mail

 

 -

   web_development

 -

 LiveInternet.ru:
: 09.03.2005
:
:
: 418

:


, 30 2005 . 18:48 +
rum PHP/Perl POST- .

PHP -
file('http://server.ru/test.php?test=test');

, GET.
POST ?

: [1] []
VictorT   , 30 2005 . 19:05 ()
. , .

TL v.0.5.7
   
   , 30 2005 . 19:10 ()
- CURL
   
   , 14 2005 . 18:32 ()
? , ?
, , ( ) LWP. .
LWP::UserAgent
Mypost.pl
# Create a user agent object
use LWP::UserAgent;
$ua = LWP::UserAgent->new;
$ua->agent("DeViL Explorer/0.1 win2000 Must die");#
# Create a request
my $req = HTTP::Request->new(POST => 'http://guest.book.sim.ple');#
$req->content_type('application/x-www-form-urlencoded');#
$req->content('name=lammer&text=Hello_world&add=');#
# Pass request to the user agent and get a response back
my $res = $ua->request($req); # .
# Check the outcome of the response
   
reso   , 28 2006 . 01:33 ()
php -> fsockopen
   
: [1] []
 

:
: 

: ( )

:

  URL