<[EMAIL PROTECTED]>
Rich Fox:
> But *why* does logic.php need html.php?
>
> There is no recursion issue, or endless nesting of includes, because
> html.php refers to logic.php as an action for a form... this does not
> "include" the logic.php code into the html.php page.
>
> Rich
The idea is, AFAIK, when you first start, you're on html.php.  Then, any
link goes to logic.php, which uses html.php to display its data.

That's a bit confusing.  Try either including logic.php into html.php, or
start with logic.php and never have the browser go to html.php...

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

Reply via email to