Posted by Peter van Schie on 10/01/33 11:33
Nitrous wrote:
> Thanks Peter
> In this case that will probably work... I'll try.
> But my question really is about trying to
> "concatenate" $general_image to $i to achieve the variable name
> $general_image1
>
> Any thoughts on this.
Oh, you mean like this?
<?php
for($i=1; $i<4; $i++)
{
if (${"general_image".$i} != " ")
{
// blah blah...
}
}
?>
--
http://www.phpforums.nl
Navigation:
[Reply to this message]
|