Learn Drupal
Monday, December 16, 2013
Drupal Between query
$query = db_select('members', 'n')->fields('n');
$query->condition('date_of_
registration', array($search_start_date, $search_end_date), 'BETWEEN');
$result = $query->execute();
while($record = $result->fetchAssoc()) {
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment