> codul sursa este:
> <?
> include("2pphp/2performant.php");
> $session = new TPerformant("simple", array("user" => "affiliate",
> "pass" => "redbunnies"), 'http://2parale.ro');
> print_r($session->campaigns_list());
> ?>
>
> pe unde gresesc ?
affiliate/redbunnies e pentru sandbox.2performant.com
url-ul ar fi api.2parale.ro sau www.2parale.ro, nu 2parale.ro care e un
redirect
--
Radu Spineanu
2Performant
p: (650) 646-5582
e: ra...@2performant.com
http://twitter.com/rspineanu
--
jgabios
http://bash.editia.info
2010/6/19 gabriel munteanu <jaja...@gmail.com>:
--
jgabios
http://bash.editia.info
2010/6/19 gabriel munteanu <jaja...@gmail.com>:
--
jgabios
http://bash.editia.info
It's just a simple object, no fancy things.
Cred ca poti persista in sesiune, dar the best way is to try.
--
R.
works for me..
$session = new TPerformant("simple", array("user" => 'affiliate', "pass"
=> 'the password'), 'http://api.sandbox.2performant.com');
var_dump($session->user_loggedin());
Ce varianta de php folosesti? 5.3.2 here.
--
R.