Thread
:
whats wrong with this code
View Single Post
04-01-2003, 07:00 PM
#
8
(
permalink
)
joe_bruin
LOAD "*",8,1
Join Date: Feb 2003
Location: la.ca.us
Posts: 254
try:
PHP Code:
print(
"<font size='2'><i> "
.
$row
[
"date"
] .
" @"
.
$row
[
"time"
]);
you're missing alot of other quotes too, but the php parser was smart enough to figure out what you meant in all the other instances.
joe_bruin
View Public Profile
Find More Posts by joe_bruin