PHP update behavior not seeing dynamic variables
I'm trying to modify an existing PHP page (admittedly not my strongest suit) .... where certain values are dynamically fed via a functions.php file included in the page header.. one such field is <?=memberDropdown($_SESSION["memberProfile"]["membernumber"])?> ... and the page does retreive and display a drop down with the dynamic content as it should, but when I go to build the DW8 PHP Update behavior, it doesn't "see" the dynamic drop down. Any suggestions on how to resolve this????? Thanks!
