Search results

  1. A

    Help required about chart.

    well generating xml very easy with php first query data from mysql and the then echo them or generate file. eg echo"<xml><foo>$var1</foo><bar>$var2</bar></xml>"; also check http://www.w3schools.com/PHP/php_xml_simplexml.asp
  2. A

    time limit exceed

    How to solve problem of time limit excced of 60s in php?
Top