Search results

  1. P

    How to print the time of PHP script execution on the top of the page?

    There are many examples how to print the time, but in the end of the page. I want to know how to print the time at the top of the page, before the results, as Google is doing after the search is executed.
  2. P

    how to pass php variable to html? ex. $tmp='<a href="#" onClick="addtext($var)">' ....

    ...$tmp . '</a>'? $var contains mysql data and onClick on $tmp should popup box with $var data. how to popup box $var onClick on $tmp ????????
Back
Top