On Tue, 2005-01-04 at 16:54 +0200, mario wrote:
> Hi all
>
> I have few variables in this format:
>
> $isproductssorttext = "150";
> $isofferssorttext = "250";
> $isnewproductssorttext = "350";
>
> $isproductscount = "50";
> $isofferscount = "30";
> $isnewproductscount = "20";
> etc
>
>
>
mario wrote:
Hi all
I have few variables in this format:
$isproductssorttext = "150";
$isofferssorttext = "250";
$isnewproductssorttext = "350";
$isproductscount = "50";
$isofferscount = "30";
$isnewproductscount = "20";
etc
What I want to do is have a variable
e.g. $x = "products";
and create
On Tue, 4 Jan 2005, mario wrote:
> Hi all
>
> I have few variables in this format:
>
> $isproductssorttext = "150";
> $isofferssorttext = "250";
> $isnewproductssorttext = "350";
>
> $isproductscount = "50";
> $isofferscount = "30";
> $isnewproductscount = "20";
> etc
>
>
> What I want to
From: mario [mailto:[EMAIL PROTECTED]
> Hi all
>
> I have few variables in this format:
>
> $isproductssorttext = "150";
> $isofferssorttext = "250";
> $isnewproductssorttext = "350";
>
> $isproductscount = "50";
> $isofferscount = "30";
> $isnewproductscount = "20";
> etc
>
>
> What I w
4 matches
Mail list logo