> 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]
- [PHP] include("blah.php?var=this"); doesn't work... John Vanderbeck
- Re: [PHP] include("blah.php?var=this"); doe... Rasmus Lerdorf
- Re: [PHP] include("blah.php?var=this"); doe... John Vanderbeck
- RE: [PHP] include("blah.php?var=this"); doe... Brian V Bonini
- Re: [PHP] include("blah.php?var=this");... Rasmus Lerdorf
- Re: [PHP] include("blah.php?var=this"); doe... thor