View Single Post
Old 11-06-2007, 03:16 AM   #16 (permalink)
Andrew
The Acquainted
 
Join Date: Sep 2007
Location: Arizona
Posts: 114
Thanks: 10
Andrew is on a distinguished road
Default

What's the syntax error? I'm fairly sure it's because of "echo('.$row['date']);". Try changing that to:
PHP Code:
echo $row['date']; 
Send a message via AIM to Andrew Send a message via MSN to Andrew
Andrew is offline  
Reply With Quote