Coder Circle Aims at...
We want to create an open knowledge resources, where the experts will share their codes to reveal the tricks and tips, so that the world is benifited and people gets ample opportunity and time to employ their precious human resources more into uninvented secrets [More...]
WORKING WITH REST
rest-client.php <? $rs=”http://localhost/rest/rest-server.php”; $qs=”"; $parray=array(’amount’=>”15.00″); foreach($parray as $par=>$value){ $qs=$qs.”$par=”.urlencode($value).”&”; } $uri=”$rs?$qs” . “aid=01″; echo $qs . “<br>” . (read more...)
Email This Post
Topics:
Scripts |
No Comments »
AJAX GET IN PHP
var http_request = false; function makePOSTRequest(url) { http_request = false; if (window.XMLHttpRequest) { (read more...)
Email This Post
Topics:
Scripts |
No Comments »
How TO Handle Ajax POST With PHP
var http_request = false; function makePOSTRequest(url, parameters) { http_request = false; if (read more...)
Email This Post
Topics:
Scripts |
No Comments »
How To Trace Dynamic Page URL In PHP
// FUNCTION Starts …. function getPageURL() { $pageURL = ‘http’; if (read more...)
Email This Post
Topics:
Scripts |
No Comments »
Problemes With Iframe. And it’s solution
When we REFRESS web page containing IFRAME, the page reloades (read more...)
Email This Post
Topics:
Scripts |
No Comments »
How To Access Cookie Without any special Charecters
Generally, when we access javascript, wild card charecters are replaced (read more...)
Email This Post
Topics:
Scripts |
No Comments »
Handling forms in Javascript
This lesson will give an idea how to start using (read more...)
Email This Post
Topics:
Scripts |
No Comments »

