![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: Cannot get this one correct and working, though simple!
From: comp.lang.php <phillip.s.powell@gmail.com>
Date: Fri Dec 30 2005 - 17:16:58 CET
Jofio wrote:
The problem lies in the way you embedded $i. PHP thinks you have a
Try this instead:
<img src='thumb${i}.jpg'>
curly braces will separate out the valid variable name characters.
Phil
|