How can we 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

What are the differences between procedure-oriented languages and object-oriented languages?

6 Answers   ASD Lab, DewSoft,


Name some of the constants in php and their purpose.

0 Answers  


1. Write a function to swap two values ? $a = 10; $b = 20; echo $a, $b; swap(); // If u want u can pass parameters echo $a, $b; // It should print 20 , 10

14 Answers   Aquasol, Infosys, TCS, Torque Infotech,


what is the default session expire time in php? what is default file attachment size in mail in php?

3 Answers  


What is is_null() in php?

0 Answers  






How to upload file in php?

0 Answers  


Can php run without server?

0 Answers  


How to return a value back to the function caller?

0 Answers  


What are php strings?

0 Answers  


Is it possible to connect to a Microsoft Access database without a DSN? If so, how??

3 Answers  


What are different ways to redirect from on page to other?

9 Answers  


Explain what does the function get_magic_quotes_gpc() means?

0 Answers  


Categories