Jump to content

oozi

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Maldives

Everything posted by oozi

  1. use the microtime() function its real eazy example :- function getmicrotime(){ list($msec, $sec) = explode(" ",microtime()); return ((float)$msec + (float)$sec); } $time_start = getmicrotime(); // Code goes here... $time_end = getmicrotime(); $time = sprintf('%.16f', $time_end - $time_start); echo 'parsed in ' . $time . ' seconds';
  2. i think stylebuilder should do the trick but i never tried it myself u should be able to download a free trial from http://www.tgtsoft.com/prod_sb.php
×
×
  • Create New...