Re: Problems outputting to a 3 column table in order to crate an image gallery
- From: "Rik" <luiheidsgoeroe@xxxxxxxxxxx>
- Date: Sun, 30 Apr 2006 03:16:42 +0200
ste wrote:
echo "\n\t\t<td><img src=\".$row['imagelocation']." /></td>";When I first ran it, I had a message saying "Parse error: parse error,
unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or
T_VARIABLE or T_NUM_STRING" on the line containing the code
'imagelocation' above.
It should offcourse be:
echo "\n\t\t<td><img src=\"".$row['imagelocation']."\" /></td>";
--
Rik Wasmus
.
- References:
- Prev by Date: Re: hitting the limits
- Next by Date: Re: hitting the limits
- Previous by thread: Re: Problems outputting to a 3 column table in order to crate an image gallery
- Next by thread: Re: Problems outputting to a 3 column table in order to crate an image gallery
- Index(es):
Relevant Pages
|