/ Published in: PHP
Expand |
Embed | Plain Text
$query = 'SELECT field1, field2 FROM thisTable ORDER BY dateline LIMIT 5'; } //do something with $items array;
You need to login to post a comment.
$query = 'SELECT field1, field2 FROM thisTable ORDER BY dateline LIMIT 5'; } //do something with $items array;
You need to login to post a comment.