LoadUrl Money
milo
投稿数: 30

Hello Iseki,
I would create an instant payment system, I would like dealing from this place:
in currency.php
If true -> llLoadUrl(paiement system external);
the customers go on webpage -> pay and return on the website.
If success i use php page callback and i send money .
my question is: is it possible to return a "llLoadurl" from currency.php after:
Thanks for your answer.
Milo.
I would create an instant payment system, I would like dealing from this place:
in currency.php
$transactionPermit = false;
If true -> llLoadUrl(paiement system external);
the customers go on webpage -> pay and return on the website.
If success i use php page callback and i send money .
my question is: is it possible to return a "llLoadurl" from currency.php after:
$allowed = array("uuid_avatar");
if(in_array($agentid,$allowed)):
$transactionPermit = true;
if($transactionPermit !== false):
LOAD URL HERE
endif;
endif;
Thanks for your answer.
Milo.
投票数:105
平均点:5.33
投稿ツリー
-
LoadUrl Money (milo, 2012-2-18 20:14)
-
Re: LoadUrl Money (iseki, 2012-2-19 14:58)
-
Re: LoadUrl Money (milo, 2012-2-19 17:51)
-
Re: LoadUrl Money (iseki, 2012-2-19 18:29)
-
Re: LoadUrl Money (milo, 2012-2-19 18:43)
-
Re: LoadUrl Money (iseki, 2012-2-19 19:23)
-
-
-
-
-
Re: LoadUrl Money (milo, 2012-2-19 19:34)
-
Re: LoadUrl Money (milo, 2012-2-19 19:39)
-
Re: LoadUrl Money (iseki, 2012-2-20 1:33)
-
Re: LoadUrl Money (milo, 2012-2-20 16:25)
-
Re: LoadUrl Money (milo, 2012-2-20 17:43)
-
-
-
-
Re: LoadUrl Money (milo, 2012-2-20 18:28)
-
Re: LoadUrl Money (iseki, 2012-2-20 21:48)
-
-
Re: LoadUrl Money (milo, 2012-2-20 21:54)
-
Re: LoadUrl Money (milo, 2012-2-21 15:44)
-
-