For me
echo "$test -- $foo";
results in
avalue --
Neil
At 02:56 PM 27/08/2004, Curt Zirzow wrote:
* Thus wrote Neil:
>
>
> Not sure if its me or the configuration of PHP
variable variables are rather standard and dont have any
configuration settings.
>
> I have played around with this bit
* Thus wrote Neil:
>
>
> Not sure if its me or the configuration of PHP
variable variables are rather standard and dont have any
configuration settings.
>
> I have played around with this bit of code from operators part of the
> manual and this does not appear to work, well for me at least.
>
Not sure if its me or the configuration of PHP
I am trying to get the value of a variable, a variable variable
ie
// From Form
$name = "My Name";
---
// from a list of values in a file
$var="name";
$value=$$var;
i// I thought I could do something as simple as this t
3 matches
Mail list logo