Re: [PHP] How to run a script leaving screen output of previous script

2002-03-04 Thread hugh danaher
a script leaving screen output of previous script Hi. I want to run a php script without leaving the php that calls that script. Let's say I have a script called mypage.php which displays html. There is a link to link.php, which makes some database maintenance and has no output. I want

[PHP] How to run a script leaving screen output of previous script

2002-03-03 Thread Alex Vargas
Hi. I want to run a php script without leaving the php that calls that script. Let's say I have a script called mypage.php which displays html. There is a link to link.php, which makes some database maintenance and has no output. I want to be able to run link.php from mypage.php, but don't want