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



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


.



Relevant Pages

  • Re: stringing bg properties together..
    ... background:#FFFFFF urlno-repeat 1% 50%; ... And the above is the one he claims he uses (and offcourse, #fff as a color is still valid too, changing that too might confuse some people). ... Rik Wasmus ...
    (comp.infosystems.www.authoring.stylesheets)
  • Re: stringing bg properties together..
    ... background:#FFFFFF urlno-repeat 1% 50%; ... And the above is the one he claims he uses (and offcourse, #fff as a color is still valid too, changing that too might confuse some people). ... Rik Wasmus ...
    (comp.infosystems.www.authoring.stylesheets)
  • Re: stringing bg properties together..
    ... Rik Wasmus wrote: ... background:#FFFFFF urlno-repeat 1% 50%; ... And the above is the one he claims he uses (and offcourse, #fff as a color is still valid too, changing that too might confuse some people). ...
    (comp.infosystems.www.authoring.stylesheets)
  • Re: FAQ?
    ... times before (after searching the last month or so offcourse): ... there a faq I should be aware of? ... Rik Wasmus ...
    (alt.internet.search-engines)
  • Re: FUSK!
    ... Well, extremely shorter: ... Still, arrays are better offcourse. ... Rik Wasmus ...
    (alt.php)