Thread
:
Problem with code
View Single Post
11-06-2007, 03:16 AM
#
16
(
permalink
)
Andrew
The Acquainted
Join Date: Sep 2007
Location: Arizona
Posts: 114
Thanks: 10
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'
];
Andrew
View Public Profile
Send a private message to Andrew
Visit Andrew's homepage!
Find More Posts by Andrew