RE: [PHP] Re: Chocked

2006-12-29 Thread Robert Cummings
On Fri, 2006-12-29 at 09:48 +0100, Peter Lauri wrote: > 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. Is the php.ini the same? Make sure it actually uses the php.ini that you think it

RE: [PHP] Re: Chocked

2006-12-29 Thread Peter Lauri
-Original Message- From: Johannes Lindenbaum [mailto:[EMAIL PROTECTED] Sent: Friday, December 29, 2006 4:24 AM To: php-general@lists.php.net 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 wou

[PHP] Re: Chocked

2006-12-28 Thread Johannes Lindenbaum
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 i