Below shown code after fetching data from database not listing the result?
<?php
$answer = $listcareer['bigcontent'];
$bigcontent = substr($answer,0,10);
print_r($bigcontent);
exit();
?>