Recent content by incirusa

  1. I

    How can I add ajax loading image?

    Please be specific mabout how can I add a loding image to this coe; var xmlhttp; function showUser(str) { xmlhttp=GetXmlHttpObject(); if (xmlhttp==null) { alert ("Browser does not support HTTP Request"); return; } var url="visa.php"; url=url+"?q="+str; url=url+"&sid="+Math.random()...
  2. I

    How to create widget from php?

    I want to create widget similar to twitters profile widget or any kind of widget which can be put on to any site and pulls the data from a php page. How can this be done? I dont want anybody to login or something like that. I actually have very simple image widget. It randomly display pictures...
Back
Top