if I use exit(); will it STOP parsing the page? Or just the PHP?
So.. if I had this..
With this, what will the browser end up with? Will it just get everything UPTO the exit(); or just everything that the PHP will not parse?Code:<html> <body> Hey everyone!<p> Welcome to <?php echo("My Site"); exit(); ?><p> <?php echo("Its the best!"); ?> </body> </html>
Thanx for the insight, and I'll try to refrain from bothing you much more!
God Bless





Bookmarks