Re: Function not returning expected value



That's a good point. I use a "smarty" template, and when I look at the
contents I see this in the member variables:

[_tpl_vars] => Array
(
[SCRIPT_NAME] => /drc2/register.php
[states] =>
[countries] =>
)

Could an eval statement be creating the "states" var here and
clobbering my initial states reference?

I will experiment and post my results....

.