In Jquery getJson is a great function. it used to Load JSON-encoded data from the server using a GET HTTP request. In the server side also we can handle json very easly. In PHP just use json_encode () will do the magic. So ajax transportation using PHP and jquery is easy. the problem is PHPVersion Description 5.3.0 The options parameter was added. 5.2.1 Added support toRead More…
Sponsored Links