i currently have a news system that im making and its working but the archive isnt. the problem is that it will show nothing whne a date is clicked. heres the query im using:
PHP Code:
$result = mysql_query("SELECT * FROM News_Posts Where Date LIKE '%$month%'");
hopw someone can help me with this.thx in advance
Last edited by darkcarnival; 03-30-04 at 06:41 PM.