News Feed
Jobs Feed
Sections




News Archive
WebSpeaks.in:
Cross Domain Posting using PHP and JavaScript ITS POSSIBLE!
December 21, 2010 @ 11:51:35

Ever been frustrated by the fact that your javascript code can't make JSON requests to sites under other other domains? Well, WebSpeaks.in has some happy news for you in the form of JSONP.

Well.....finally i have worked out how to post cross-domain data which is restricted by browser's security policies. What is it?? This will be used for posting AJAX requests via java-script to any web-service or web-page in any DOMAIN and also get back the results from there.

JSONP allows you to call a URL outside of the domain the script is running from with a callback. This callback lives in the calling script so, technically, it never leaves that scope. There's lots of other resources out there to help you implement it in your own code including jQuery and Prototype JSON handling.

0 comments voice your opinion now!
crossdomain javascript jsonp tutorial


blog comments powered by Disqus

Similar Posts

NETTUTS.com: Top 15+ Best Practices for Writing Super Readable Code

PHPMaster.com: Amazon DynamoDB: Store PHP Sessions with Load Balancer

PHPBuilder.com: Incorporate Weather Data into Your PHP Web Apps

Zend Developer Zone: Generating and Validating Web Forms With PEAR HTML_QuickForm

Volker Dusch's Blog: Textual code coverage information for PHPUnit


Community Events











Don't see your event here?
Let us know!


database functional rest interview unittest series development usergroup community release language introduction opinion conference podcast zendframework2 testing symfony2 phpunit framework

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework