
Search In
This code will help in finding the latitude and longitude of any place using curl and php.
Step 1: Finding the latitude and longitude for first place.
<?php
ini_set('error_reporting', E_STRICT|E_ALL);
ini_
Hi All,
Paypal has updated their payment integration API to new REST API and existing APIs have been deprecated since Feb 2019. Due to less documentation, it was very hard to integrate these APIs with Laravel. After spending some time, I was able to
Hello Readers,
This blog show the integration of braintree.
1. Braintree is a subsidiary of paypal.
2. Braintree accepting most commonly used cards and it is secure payment system.
When we use the braintree we require a barintree library first and
As a web designer i bought ink to this article to remind us all that
why we're using icons on the websites we create. Many of us has a perception that it has become an obvious case to include them in our projects as a matter ofcourse.
We see numbe
Broken Links:
Links for which pages are not found or there is a change in main URL that's why it is showing broken.
Dead hyperlinks on websites are not just infuriating , but there presence may do some serious vandalization to your online business a
Hello Reader,
The below example will help you to create user custom sign-up using AJAX.
Please follow below steps to create WordPress custom sign-up.
1.) copy the below line and paste it to header,php file under section.
<script type='text/ja
Hi Team
i am struggling to implement two things on this class,
1) to define a property when creating a modifier for using std::map<K, V> that one K is an int and V string.
2).how to create a test function inside a class?
- this clas
With Kotlin being officially adopted by Google as the supported language for Android, it has become confusing for developers that which programming language they should select for Android app development. However, Java holds an excellent position whe
To implement the change password functionality into your custom portlet in Liferay 6.2, just follow the below steps:
1- Write the below line in liferay-portlet.xml file for the portlet in with you want to perform action to change the password
<p
As we all know that Logging is used to log the program's execution and this log information is used for debugging and testing purpose. One can easily find the problem using this log information without seeing the source code. To better write this
