Distributor Login Test [insert_php] $val = 'hello'; function sayval($val) { echo "value is $val"; } sayval($val); [/insert_php]