Quiz
Q. 6 ) Trace the function that does continue the script execution even if the file inclusion fails
Q. 10 ) what will the ouptut of below date() function ?
date="2011-12-12";
time="18:31:38";
datetime=date.time;
echo date("Y-m-d:H:i:s",strtotime($datetime));
Please select an option
A,C,D,A,C,B,C,B,A,A,D,
