How does one prevent the following warning ‘warning: cannot modify header information – headers already sent' and why does it occur in the first place?


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

Post New Answer

More PHP Interview Questions

What is the actually used php version?

0 Answers  


What is super () python?

0 Answers  


How can php and html interact?

0 Answers  


What are different types of runtime errors in php?

0 Answers  


Which will start a session?

0 Answers  






How to upload any files extension in our database Ex.(.doc,.txt,mp4,mp3 etc.)in php

1 Answers  


Difference among echo, print and printf.

1 Answers  


What is the use of final class in php?

0 Answers  


How to differentiate isset and empty

6 Answers   A1 Technology, Dass Infotech, Microface,


Explain how is it possible to set an infinite execution time for php script?

0 Answers  


Write a function that takes "depth" as argument and return sum of node's data of that depth. For instance, (0) depth 0 / \ (10) (20) depth 1 / \ (40) (50) depth2 If I pass get_sum_by_depth(2) , it would return 90 (i.e. 40 + 50 )

0 Answers   Amazon,


How to create a table using php?

0 Answers  


Categories