>>>In PHP you can define a variable and then define another
>>>variable to
>>>point to it, e.g.:

>>>$i = 123;
>>>$j = $$i;
>>>print $j;
>>>// output is "123"

> i = 123;
> j = "i";
> writeOutput(evaluate(j));

or that works too :)

s. isaac dealey   954.927.5117

new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework
http://www.sys-con.com/story/?storyid=44477&DE=1
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to