How to integrate Amazon Simple Pay Standard Buttons for Payment? Amazon Simple Pay allows your customers to use payment information from their Amazon.com account as a payment method on your website. You can use Amazon Simple Pay to enable payments, donations, subscriptions, and marketplace transactions. It provides easy-to-configure, cut and paste HTML code…
XML parser normally parse all the text in an XML document. Characters such as less than (<), greater than(>), ampersands(&) etc cause problems for the XML processor/parser. “<” parser interprets it as the start of a new element. “&” parser interprets it as the start of an character entity. JavaScriptcode,contains a lot of…
If you are playing with Google Maps, and want to get Latitude and Longitude of any location on Earth no worries.Follow below few simple steps to go. Get google map key.You can get from the below link of Google Map.Here I am using version2,in version3 of google map,we don’t need key. Replace…
Software Development Life Cycle Phases SDLC(Software Development Life Cycle) is a conceptual model or a detailed plan on how to create, develop, implement and launch the software, it describes the stages involved in an information system development project. There are six steps or stages of SDLC. 1. System Requirements Analysis2. Feasibility study3.…
If you have hosted your website on a server that is not in the same time zone as you live. In the old days of PHP3 & PHP4, we would write a time_offset function or something like that to roll back or add the necessary hours to get the time correct for your own use…
PHP is a loosely typed language, i.e. you have to write less and can do/code whatever you want (structured programming) 🙂 PHP is used for quick web development, It’s library is very rich. We can’t say that it is a good point or poor one, that PHP doesn’t required initialization of variables,but it is a bad…