How to enable error reporting in php?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More PHP Interview Questions

How does session work in php?

0 Answers  


for image work which library?

0 Answers  


<?php include ("db.php"); $result = mysql_query("SELECT ques_id FROM questionbank order by ques_id limit 5 "); while($obj=mysql_fetch_array($result)) { $ad1[$obj['ques_id']]++;//Used an array and inserted the database query results into it. } $rand_keys=array_rand($ad1,1); //Did a random array function echo "First random id = ".$ad1[$rand_keys[0]]; echo "<br>Second random id = ".$ad1[$rand_keys[1]]; ?> <!--Its not working. Have any solution for this. -->

1 Answers  


Tell me how a constant is defined in a php script?

0 Answers  


What does == mean in php?

0 Answers  


List some features of php that are deprecated in php7?

0 Answers  


What is the use of extract function in php?

0 Answers  


How many php functions are there?

0 Answers  


How does php work with apache?

0 Answers  


Explain how we can retrieve the data in the result set of mysql using php?

0 Answers  


Php error constants and their descriptions

0 Answers  


How to remove leading and trailing spaces from user input values?

0 Answers  


Categories