Search results

  1. J

    help with php arrays?

    im making a website using phpmyadmin and php. $sql= mysql_query("SELECT * FROM `st` ORDER BY `to_timestamp` DESC"); and what i want is to order the timestamp, where the timestamp is more than the time now to be ordered ASC and when its older than now i want it to be ordered DESC and echo it...
  2. J

    Help with php unix time?

    How do i convert a date to unix time $date = date("j/n/Y"); how can i convert this to unix time?
Back
Top