RE: [PHP] Newbie Help!! Please Look!

2001-04-19 Thread Si

i can honestly recommend phped, infact im amazed no one else has mentioned
it.  Great win32 php programming ide.

hint: ignore the project stuff in it tho as it kinda sucks ;-)

you can grab it from here

http://www.soysal.com/PHPEd/

Si.


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

2001-01-21 Thread Si Wizard

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

---

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]