Authorize.net API required in php to auto approve payments
- Durum: Closed
- Ödül: $20
- Alınan Girdiler: 3
- Kazanan: salilpandey
Yarışma Özeti
We are looking for someone who had worked in authorize.net api in PHP.
We can work on long term for such type of small tasks if your work and support is found to be appropriate.
We can put the payment button at our website, we just want that when a payment is successfully done, it shall do the following
$id=..// It shall fetch the hidden value passed by us.
$amount=..../// It shall fetch the payment amount
$rs1=mysql_query("select * from tlog where status=0 and ID=".$id);
if(mysql_num_rows($rs1)>0) {
$arr1=mysql_fetch_array($rs1);
$am=$arr1[3];
if($amount==$amount) {
mysql_query("update users set Unpaid=Unpaid+$amount where Username='$arr1[1]'");
mysql_query("update tlog set status=1 where ID=$id");
}
}
If you can do it, please put your entry in this contest.
Please don't put a entry by just saying that I can do it as it will get rejected.
Aranan Beceriler
İşveren Geribildirimi
“nice work done by coder.”
safelistad, India.
Genel Açıklama Panosu
Yarışmalara nasıl başlanır
-
Yarışmanızı İlan Edin Hızlı ve kolay
-
Tonlarca Girdi Alın Bütün dünyadan
-
En iyi girdiyi seçin Dosyaları indirin - Kolay!