in reply to Re: Why is this param undefined? and Why isn't exit stopping the script from running?
in thread Why is this param undefined? and Why isn't exit stopping the script from running?
instantiates 2 copies of the script, but I thought the if (!$content) {exit;} would kill process #1 before it had child processes. This is not the case?? Why?<frame src="$script_name/top" scrolling="NO" name="topFrame"> <frame src="$script_name/main" name="mainFrame">
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Why is this param undefined? and Why isn't exit stopping the script from running?
by Kanji (Parson) on Mar 28, 2002 at 20:18 UTC | |
by jerrygarciuh (Curate) on Mar 28, 2002 at 20:27 UTC |