> Adding ?asin=$asin doesn't make much sense but
> do it like this:
>
> include('book_reviews.php?asin=' . $asin);

Which makes just as little sense.  Included files share the same namespace
as the file doing the including.  You don't pass arguments to included
files.

-Rasmus


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to