Jump to content

Post_vars across servers


interpim

Recommended Posts

Great Thanks :)

 

It doesn't seem to be working for me though...

 

anyone see anything wrong with this code?

 

$URL="http://realmwar.warhammeronline.com/realmwar/Index.war";
$ch = curl_init();   
curl_setopt($ch, CURLOPT_URL,"http://$URL"); 
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, "war_username=$user_name&war_password=$pword");curl_exec ($ch);    
curl_close ($ch); 


Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.