<?php $rec = 3; $SHARE_TYPES = array(0=>"SMS",1=>"Facebook",2=>"Twitter",3=>"CopyNLPURL"); print $SHARE_TYPES[$rec]; ?>