when we use ob_start() function in php then the header() and session_start() does not gives the error like header already sent,please explain in brief
2 12110
Tell us how to create an array of a group of items inside an html form?
Which function(s) in PHP computes the difference of arrays?
Echo is used to Display message on screen. Which is used with echo to not output the trailing newline?
Tell me when a conditional statement is ended with an endif?
Why are sessions used?
What is php how it works?
Explain how is it possible to set an infinite execution time for php script?
can we swap two different string using php for example:-- before swapping:-- 1 string :-hello friend, 2 string :-my dear, after swapping that strings will be: 1.hello dear, 2.my friend.
What is difference between array_merge and array_combine in php?
What is cookie in php with example?
What are the different types of PHP arrays?
How do sessions work in php?
What is the difference between rest and soap?
What is the sign to start variables in PHP?
Is it easy to learn php?