Hey,
  I just signed up on this list.  I've got a quick
question.

I am using an #include statment, and here it is:

include.html
---
<? include("$page"); ?>
---

so when I include it looks like this
---
include.html?page=main.html
---

That way the page shown in the include statement is
main.html

My problem comes when the page I am including is
passing vars as well.

ie
---
include.html?page=main.html?date=12
---

I get an error msg saying that it could not include my
file.


Any ideas?  Work arounds?  I am using PHP3.

Thanks,

Eric Padgett


__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices. 
http://auctions.yahoo.com/

-- 
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