MySQL Forums
Forum List  »  PHP

Re: select from database where date = 27
Posted by: hali alduhoky
Date: March 01, 2014 06:08AM

hello brother peter so sorry i do not understand what you mean ...

the date in the database or mysql it is like this
http://www5.0zz0.com/2014/03/01/12/741408756.png

i used FROM_UNIXTIME

$todaynow = date('d');
$selectaccount = mysql_query("select * from accounts where FROM_UNIXTIME(date) LIKE '$todaynow' order by $orderby $store LIMIT $start, $limit") or die(mysql_error());

but no result :( please help me brother, i wait your comment

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.