Can somebody explain to me the rule on concatenating?  So far, I haven't had
to use those mysterious-looking dots.  ;)  My code goes like this:

echo "<td><img src=\"../site/products/$prod_sku.gif\" border=0></td></tr>";

Does it work because I'm lucky?  Honestly I haven't been impressed with the
documentation I've found online.

Jen Swofford
[EMAIL PROTECTED]

> [snip]
> // Then show image and/or details
> echo "<img src=/image_folder/".$row[product_image].">";
> [snip]



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to