Question
changing order of a php echo
okay I've figured out to create a blog on my site but, the
date is showing oldest first. How can I change the order to Newest
firts?
I'm using a repeat region echoing info from a database.
Here is the code:
<?php $HTTP_POST_VARS[<?php echo $row_blog['BLOG_DATE']; ?>
any ideas?
I'm using a repeat region echoing info from a database.
Here is the code:
<?php $HTTP_POST_VARS[<?php echo $row_blog['BLOG_DATE']; ?>
any ideas?
