Is it necessary to use closing tag in php?sometime without
closing tag things work.why?
Answers were Sorted based on User's Feedback
Answer / prashant
This isn't exactly a bug. PHP doesn't require the closing
tag (it is assumed when the file ends). Not specifying the
closing ?> helps prevent accidents like additional
whitespace which will cause session initialization to fail
("headers already sent").
| Is This Answer Correct ? | 10 Yes | 2 No |
Answer / ankur
some times session are not expired or logout then we find
that type of situation.
| Is This Answer Correct ? | 1 Yes | 2 No |
Which operator is used to concatenate two strings in PHP?
How to remove all duplicate values in array in php?
What is php explain how php works?
Is php closing tag necessary?
How do you identify independent and dependent variables in regression analysis?
hai plz inform me specific books fo0r paper1,paper2 and paper 3 of group2 examination... plz giv me at the earliest......
What is str_replace()?
Tell me how is the ternary conditional operator used in php?
What is the importance of parser in php?
What is the maximum size of a database in mysql?
How can I convert ereg expressions to preg in php?
What is difference between static and constant?