When you will get the error "Cannot add header information"?
Answers were Sorted based on User's Feedback
Answer / vj
Basicaly, any output to screen before an header function,
gives rise to this error.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / krisha
When page has html doctype on the starting of page.or some
echo statement on page when page is return or there is
header function on same page.
| Is This Answer Correct ? | 1 Yes | 0 No |
How do you run a php script from the command line?
How to call php function from javascript using ajax?
How to take a substring from a given string in php?
What is boolean in php?
How is it possible to know the number of rows returned in the result set?
What is self in php?
1. Create student database. 2. First page should display the students available in the database. There should be add, edit and delete buttons. 3. There should be option to search students by name, code, date of joining, department or combination of these. 4. Should have an add/edit screen. Add and Edit should be handled in the same page. 5. Delete should ask for confirmation before deleting the actual record. 6. Validation should be done in JavaScript as well as php.
What is a helper function?
Are react hooks stable?
What is difference between core php and framework?
Tell me when a conditional statement is ended with an endif?
Write a program using while loop?