Will php code exit after echo for ajax?
Posted
by Steve
on Stack Overflow
See other posts from Stack Overflow
or by Steve
Published on 2010-05-26T00:37:16Z
Indexed on
2010/05/26
0:41 UTC
Read the original article
Hit count: 230
I am running a typical php-engined ajax webpage. I use echo to return a html string from the php code. My question is, if I have some other code after the echo, will those code get executed? Or echo behaves similar to exit, which immediately return and stop running the php code? Thanks.
© Stack Overflow or respective owner