Im trying to setup a form which will echo a variable based on what is chosen
I have 4 options
free, monthly, yearly and unlimited
How do I this based on an echo, ie
if $var = 'free' then echo 'free'
or if the user chooses monthly it will do
if $var = 'monthly' then echo 'monthly'
much appreciate the help
David