• Saran

  • Saran Chamling loves the web technology, and enjoys designing, exploring and writing about it @sanwebe.com. You can find him at Twitter, Google or Facebook.

Saran's Article(s)

  • Multi Items Payment with PayPal REST API (PHP)

    To simplify things I created a simple Payment System with PayPal REST API in my previous post. But today I want to extend that tutorial making it bit complex and allowing customers to either pay with PayPal payment method or credit cards directly. Yes PayPal allows people to pay for your products directly using credit cards, which requires absolutely no user sign-in or sign-ups with PayPal.
  • PayPal REST API Payment System (PHP)

    Everyone’s been really excited about PayPal REST API since its launch, so I decided to try and explore PayPal’s new RESTful web service. And after playing a bit with it, I was able to create my own simple online cell phone store successfully. Here’s how!
  • Facebook Connect with PHP SDK v4

    Since my last post about Facebook connect back in 2012, Facebook still remains the top user registration source, well at-least in my imagination! And recently they have released PHP SDK version 4 with significant changes. So, today we are going to talk about it a bit and try and create a working Facebook Sign-Up page using their SDK v4.
  • Useful PHP Snippets

    If you are looking for useful PHP snippets, here’s list compiled from my previous posts. I am sure this list will come in handy for you in your PHP projects.