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...]


Script Categories

  • Database (9)
  • Languages (3)
  • Scripts (11)
  • Uncategorized (1)

  • By Dhiraj | Thursday, June 19th, 2008

    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 Email This Post
    By Dhiraj | Thursday, June 19th, 2008

    AJAX GET IN PHP

    var http_request = false; function makePOSTRequest(url) { http_request = false; if (window.XMLHttpRequest) { (read more...)
    Email This Post Email This Post
    By Dhiraj | Thursday, June 19th, 2008

    How TO Handle Ajax POST With PHP

    var http_request = false; function makePOSTRequest(url, parameters) { http_request = false; if (read more...)
    Email This Post Email This Post
    By Dhiraj | Sunday, April 13th, 2008

    How To Trace Dynamic Page URL In PHP

    // FUNCTION Starts …. function getPageURL() { $pageURL = ‘http’; if (read more...)
    Email This Post Email This Post
    By admin | Saturday, January 26th, 2008

    Problemes With Iframe. And it’s solution

    When we REFRESS web page containing IFRAME, the page reloades (read more...)
    Email This Post Email This Post
    By admin | Saturday, January 26th, 2008

    How To Access Cookie Without any special Charecters

    Generally, when we access javascript, wild card charecters are replaced (read more...)
    Email This Post Email This Post
    By admin | Saturday, January 26th, 2008

    Handling forms in Javascript

    This lesson will give an idea how to start using (read more...)
    Email This Post Email This Post
    Ad
    Ad

    Forum

    Calendar

    August 2008
    M T W T F S S
    « Jun «-»  
     123
    45678910
    11121314151617
    18192021222324
    25262728293031

    Search

    Polls

    • Who will rule the world?

      View Results

      Loading ... Loading ...