$row[coloumname_${v$ariable}]
-Original Message-
From: Dani [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 16, 2002 8:36 AM
To: [EMAIL PROTECTED]
Subject: [PHP] variable problem - help!
Importance: High
Hi!
I 'm trying not to hard code my php coding and I'm trying to pass a
variab
Thanks for the reply!
I really appriciate it!
I'll try it first!
regards,
Dani
Stefan Rusterholz wrote:
> > Hi!
> >
> > I 'm trying not to hard code my php coding and I'm trying to pass a
> > variable name into the $row[coloumname_$variable];
> $row["columname_$variable"] should do it.
> $row
> Hi!
>
> I 'm trying not to hard code my php coding and I'm trying to pass a
> variable name into the $row[coloumname_$variable];
$row["columname_$variable"] should do it.
$row[constant] is threaten as constant which is normally not the programmers
intention (set_error_reporting(0) and you'll see
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
* On 16-01-02 at 12:45
* Dani said
> Hi!
>
> I 'm trying not to hard code my php coding and I'm trying to pass a
> variable name into the $row[coloumname_$variable];
>
> I get an error message for this code.
>
> I'm just wondering if I could
4 matches
Mail list logo