php $$
php $$
Out of context: Reply #8
- Started
- Last post
- 9 Responses
- ********0
ok i was pissing up the wrong tree.
You were right the first time;
$foo = 'bar';
$$foo = 5;
echo $bar;this is exactly the equivalent of;
$bar = 5;
ok i was pissing up the wrong tree.
You were right the first time;
$foo = 'bar';
$$foo = 5;
echo $bar;
this is exactly the equivalent of;
$bar = 5;