I don't think that's his problem.... you should escape the " in your code though.
Such as:
echo "<div id="right_c"><!-- [ Powered by Mr. Whale's ezRPG ] !-->
<div class="g_content"><h3> Current Job</h3><div class="g_text">You are currently a ".$worked['name'].".
<br>
needs to be:
echo "<div id=\"right_c\"><!-- [ Powered by Mr. Whale's ezRPG ] !-->
<div class=\"g_content\"><h3> Current Job</h3><div class=\"g_text\">You are currently a ".$worked['name'].".
<br>