Simple script i am sure, but can’t seem to find an article on it. If there is one ,i do appolagize.
What i am trying to achieve is simple.
If
$user_gender = malethen display male symbol imageIf
$user_gender = femalethen display female symbol image
I just can’t figure out how to put it into coding. I am not a PHP kind of guy.
using php sdk 3.1.1
Something like this should do it… But there are many other ways it could be done!