Hello friends, this is my 1st post for Swift and today I want to talk about why we should switch to Swift, what the features that swift pr...
Handling Forms in PHP with easy example
Hello friends, this is my 14th tutorial of PHP and Today I am sharing the concept of form processing in PHP. Forms are almost useeverywher...
Handling Sessions in PHP with simple example
Hello friends, this is my 13th tutorial of PHP and Today I am sharing the concept of using Sessions in PHP. Sessions are useful for storin...
URL Encoding in PHP with easy example
Hello friends, this is my 12th tutorial of PHP and Today I am sharing the concept of URL encoding in PHP. Every user needs data privacy so...
Database connectivity in PHP in 5 simple steps with simple example
Hello friends, welcome again, this is my 11th tutorial of PHP and Today I am sharing the concept of using database in PHP. Database is a v...
Using Cookies in PHP with easy example
Hello friends, this is my 10th tutorial of PHP and Today I am sharing the concept of using Cookies in PHP. Cookies are useful for storing ...
Using Functions in PHP with easy example
Hello friends, this is my 9th tutorial of PHP and Today I am sharing the concept of using functions in PHP. Functions are block of codes t...
String manipulation in PHP with easy example
Hello friends, this is my 8th tutorial of PHP. Today I am sharing the concept of String manipulation in PHP. Strings are almost used every...
Using pointers in PHP with easy example
Hello friends, this is my 7th tutorial of PHP and Today I am sharing the concept of using pointers in PHP. Pointers always come handy whil...
Using Array in PHP with easy example
Hello friends, this is my 6th tutorial of PHP and Today I am sharing the concept of using arrays in PHP. As we all know that array is a co...
Using Constants in PHP with easy example
Hello friends, this is my fifth tutorial of PHP and Today I am sharing the concept of using Constants in PHP. As we all know that constant...
Type Casting in PHP with easy example
Hello friends, here I am back again with the second basic tutorial of PHP and Today I am sharing the basics of type casting in PHP . If si...
Using loops in PHP with easy example
Hello friends, this is my fourth tutorial of PHP and Today I am sharing the concept of using loops in PHP. Loops provides the feature of i...
Using logical operators in PHP with easy example
Hello friends, this is my third tutorial of PHP and Today I am sharing the concept of using logical operators in PHP. Conditional operator...
Find intermediate coordinates between two points of a Map programmatically in iOS using Objective-C
Here is a sample code to find the co-ordinates of a location from the location name: Code: -(NSMutableArray *)decodePolyLine: (NSMutable...