|
Posted by Troot on 05/05/06 15:25
ok, I took your advice and put in the following (nice trick by the way
;o) )
$d_name = $attributes['NAME'];
$d_value = $attributes['VALUE'];
$$d_name = $d_value;
but I still have the problem with the global variable not being
updated. But, I tried referencing the variable as $GLOBALS['uname'],
and that returned a value??? The variable $uname appears as empty
though.
Thanks for your help,
not sure whether to proceed with this now though, it seems more like a
bug than anything else...
Troot
Navigation:
[Reply to this message]
|