-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Thu, 24 Jan 2002, Jason Wong wrote:
> Yes, you're missing something :) You can use arrays in forms, just use names
> like "width[0]", "width[1]" etc.
Thanks to Jason and Billy for this information, it makes my life a lot
easier.
And thanks to a
quot;Thorsten Wandersmann" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, January 23, 2002 6:42 PM
Subject: Re: [PHP] to evaluate ...
> On Thursday 24 January 2002 09:15, Thorsten Wandersmann wrote:
> > Sorry for bothering you, but I really didn't find
On Thursday 24 January 2002 09:15, Thorsten Wandersmann wrote:
> Sorry for bothering you, but I really didn't find answeres on dejanews and
> in the tutorial, or better, I did not see them.
>
> I need the following variables:
>
> $width1
> $width2
> $width3
> .
> .
> .
> $widthn
>
>
> Because it i
try changing:
echo "$$temp\n";
to
echo $$temp."\n";
or even
echo ${$temp}."\n";
does that work?
-Original Message-
From: Thorsten Wandersmann [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 24, 2002 12:16 PM
To: [EMAIL PROTECT
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Sorry for bothering you, but I really didn't find answeres on dejanews and
in the tutorial, or better, I did not see them.
I need the following variables:
$width1
$width2
$width3
.
.
.
$widthn
Because it is not shure, how many they are, I need to
5 matches
Mail list logo