Re: Can this be done with PHP?
- From: ELINTPimp <smsiebe@xxxxxxxxx>
- Date: Mon, 30 Jul 2007 13:02:39 -0000
On Jun 20, 9:40 pm, "-1" <n...@xxxxxxx> wrote:
I have a php file that I have briefly shown some of the code of at the
bottom of this message.
Part A of the script runs an analysis and then based upon the analysis,
either does no data output or outputs some data. Regardless of what happens
in part A, part B then runs.
Is there some code that I can put between Part A and Part B that would
complete the following task.
If after the analysis in part A, data is displayed on the webpage, then it
would display and part B would not run and the php script would terminate.
If after the analysis in part A, data is not displayed on the webpage, then
and only then would part B run.
Note that part A contains a script that is encrypted and can't be modified.
Thank you
**********************
Part A
<? virtual('/cgi-bin/analysis.pl') ?>
exit(0);
**********************
Part B
<?php
more code
**********************
?>
.
- Prev by Date: Re: mysql command line client
- Next by Date: Re: php.ini file and phpinfo()
- Previous by thread: Re: Can this be done with PHP?
- Next by thread: Re: how to get the path and the url of a file?
- Index(es):
Relevant Pages
|