How can I get the value $fbAppPath into the PHP statement below?
$fbAppPath
<? print json_encode(array(array('text' => 'Become A Fan', 'href' => '$fbAppPath'))); ?>
<? print json_encode(array(array('text' => 'Become A Fan', 'href' => $fbAppPath))); ?>