Re: Problems outputting to a 3 column table in order to crate an image gallery
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.php archive

Re: Problems outputting to a 3 column table in order to crate an image gallery

From: Rik <luiheidsgoeroe@hotmail.com>
Date: Sun Apr 30 2006 - 03:16:42 CEST

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
Received on Mon May 1 03:07:38 2006