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

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

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -