Re: Include a B.php but not influence A.php

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Move all main code in B.php to a function, and use there the command
"return".
All B.php will run until the "return" call, and A.php will continue
executing.

El 19/05/16 a les 03:26, ¿á¶¡ ha escrit:
> hi,everyone!
> 
> 
> a problem has troubled me for a long time,I have searched ,but haven't found the answer.
> some thing like this:
> 
> 
> ---A.php
> <?php
> include 'b.php';
> echo 'test A.php';//because calling exit in b.php,so this can't be execute
> ?>
> 
> 
> ---B.php
> <?php
> exit("test B.php");
> ?>
> 
> 
> I want to include b.php(b.php is a third library,but it will exit the script)  but no die.I try to find some function that can execute b.php and not die a.php ,but I can't.
> are there any other method can do this?
> 
> 
> thk...
> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux