Where does the php exit function print its message to? -


according http://www.w3schools.com/php/func_misc_exit.asp php exit function prints message , exits current script. message printed?

the exit() function outputs standard out. typically sent right client (browser), lot of things might interfere that: bad output buffering or redirection e.g.


Comments

Popular posts from this blog

css - Text drops down with smaller window -

php - Boolean search on database with 5 million rows, very slow -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -