/*****for printing array values starts here****/
function dd($val, $die = ""){
echo "<pre>";
print_r($val);
echo "</pre>";
if($die == ""){
die();
}
}
/*****for printing array values ends here****/
function dd($val, $die = ""){
echo "<pre>";
print_r($val);
echo "</pre>";
if($die == ""){
die();
}
}
/*****for printing array values ends here****/
Comments
Post a Comment