Create Custom Google +1 Button
Social network by internet giant is “Google+” getting popular exponentially and of course they already have a huge customer database and all they have to do is to promote this new product among them.However people know the fact that Google+ is very special kind of social network with very unique features.   In parallel to…

PHP Recursion and recursive routines
Recursion and recursive routines is a bit more complicated, it can be defined as a regular function that calls itself.   Learning when and how to apply recursion is probably a lot more difficult than just learning what recursion is? and being able to explain recursion effectively in an interview situation is even more difficult… (20 comments)

How to fix warning in authorized.net transaction details api?
From last couple of days, I was struggling with an Authorized.net Transaction Details API.   The code I am working with is written in namespaces/blocks, so the problem I was facing is just like below.   SimpleXMLElement::__construct(): Entity: line 1: parser warning : xmlns: URI AnetApi/xml/v1/schema/AnetApiSchema.xsd is not absolute in /classes/anet_php_sdk/lib/AuthorizeNetTD.php on line 188  … (1 comment)