Let's say hello to hitesh saini and download free e-books
Contact me if anybody want to know how i build this project
first complete you should know the basics of http request that how it works to check about this you can go to php manual{php.net} i used file_get_contents() method to make http request. you can use curl extension as well. by using var $json=file_get_contents('source_url') method data came came in json string to make a object i used json_decode($json); this made a object, i access that object by foreach loop. like foreach(json_decode($json) as $e){$x=$e} now you can put that array $x at appropriate place. now i tired of typing.... for more info just comment my contact cell no is +919461426263

Comments

Popular posts from this blog

ciphers continued--Vegerne Cipher and its application in php

Message Sending API (Unofficial) for Way2SMS [ PHP ]

Working with Frameworks of PHP- The MVC structure