Jump to content

strangesoul

New Members
  • Posts

    9
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

strangesoul's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hello, Anybody with the sample code for clickandbuy API integration[credit/debit card processing] would be great help. Thanks in advance.
  2. Hello Friends, I am developing a website with frontend as php and backend MySQL. And i am about to integrate the Skipjack payment gateway. But due to lack of sufficient materials and knowledge about this gateway. I am having the problems in integrating this. So all i got is the encrypted FormBuilder html form code which displays a order button only. When it is clicked the form of skipjack loads. But those form fields are already present in the website. So all i need is to pass the form field value plus other values from my website to the skipjack website and to redirect back to my website when the payment is done. Is there any way to do so? Thanks in advance. STRANGESOUL
  3. Hello, I have a form where people can insert their info and the place to browse file. So i need a simple code in php to attach that file in the email. Any help would make me gr8 relief. Thanks in advance. Strangesoul.
  4. Hello everybody, i simply need sample code or website(if any) that helps to integrate clickbank on my website which is in PHP. Thanks in advance.
  5. Yeah its true, To correct the error you can initially assign empty value to that variable. <?php $message=''; ..... ?>
  6. If You just want to make the error invisible put error_reporting(0) after php tag. i.e., <?php error_reporting(0); ....Your code here.... ?> Do this only if you ensure your code is correct otherwise it might hide the errors that u must know to correct the code. Thanks, Strangesoul.
  7. hello, i think this must work for you: $manal = '1'; $shams = "over"; $temp = "temp"; if(strlen($manal)<6) { $final = $shams; } else { $final = $temp; }
  8. Actually i need the connecting code for my site to connect the bank of america so that the online payment would work. Is there any help for me..?
  9. Hello everybody, can anyone help me to integrate online payment integration using api in my custom PHP shopping cart with Bank Of America...plz its very urgent...[i dont mean paypal or authorize.net] Thanx in advance....
×
×
  • 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.