RE: [PHP] Re: Chocked
- From: lists@xxxxxxxxxxx ("Peter Lauri")
- Date: Fri, 29 Dec 2006 09:48:38 +0100
Hi,
I got it working before the post, but I was just curious if there were any
change from php4 to php5 as I have been using that method for a while now.
Best regards,
Peter Lauri
www.dwsasia.com - company web site
www.lauri.se - personal web site
www.carbonfree.org.uk - become Carbon Free
-----Original Message-----
From: Johannes Lindenbaum [mailto:johannes@xxxxxxxxxxxxxx]
Sent: Friday, December 29, 2006 4:24 AM
To: php-general@xxxxxxxxxxxxx
Subject: [PHP] Re: Chocked
I think this is correct:
Let's just assume for a minute that in your index.php you echo out getcwd();
Output would be / (only an example)
According to that you do the following include:
include("./classes/first.class.php");
If you were to echo getcwd() after the include in the first.class.php it
would output /
You would then have to include your second class (inside the
first.class.php - correct?) as:
include("./classes/second.class.php")
to make it a "correct" include without PHP having to search the
directories for the include.
Give that a shot.
Regards,
Johannes
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
.
- Follow-Ups:
- RE: [PHP] Re: Chocked
- From: Robert Cummings
- RE: [PHP] Re: Chocked
- References:
- Re: Chocked
- From: Johannes Lindenbaum
- Re: Chocked
- Prev by Date: 403 Forbidden
- Next by Date: help with \n\r in strings
- Previous by thread: Re: Chocked
- Next by thread: RE: [PHP] Re: Chocked
- Index(es):