iNishana

iNishana


  • Name: [not set]
  • Favorite Languages: [not set]
  • Website: [not set]
  • Location: [not set]
  • About Me: [not set]

Recent Comments

  • Simple AJAX - PHP and Javascript
    07/15/2009 - 03:29

    Hi.

    Thanks for the article.

    Nice and simple, But I keep getting this error:

    Error: no element found
    Line: 4, Column: 3
    Source Code:
    ?>

    I have also made the ajax.php file to be:

    <?php header("Content-Type: plain/text");
    echo "This is a php response to your request!!!!!!";
    ?>

    any thoughts?

    Thanks