Re: [PHP] to evaluate ...

2002-01-24 Thread Thorsten Wandersmann
-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

Re: [PHP] to evaluate ...

2002-01-23 Thread hugh danaher
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

Re: [PHP] to evaluate ...

2002-01-23 Thread Jason Wong
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

RE: [PHP] to evaluate ...

2002-01-23 Thread Martin Towell
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

[PHP] to evaluate ...

2002-01-23 Thread Thorsten Wandersmann
-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