[PHP] include/require porblem

2002-06-04 Thread Mitja Pagon
similar case, i set up to test this scenario (using constants definded in one include in the other), everything work fine, what's wrong??? Thanks! Mitja Pagon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] include/require porblem

2002-06-04 Thread Mitja Pagon
similar case, i set up to test this scenario (using constants definded in one include in the other), everything work fine, what's wrong??? Thanks! Mitja Pagon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] ignore this whole thread

2002-06-04 Thread Mitja Pagon
It turned out to be my coding error. Thanks for all the replies! Mitja "Mitja Pagon" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I have the following pro

[PHP] relative paths

2001-11-17 Thread Mitja Pagon
7;m looking for is something similar to what "/" does in HTML paths and SSI include directives. Thanks, Mitja Pagon -- 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 admin

[PHP] enumerations // collections

2001-09-10 Thread Mitja Pagon
I'm writting a class in PHP that has the following syntax ID = $fld->ID; $this->name = $fld->name; $this->lastname = $fld->lastname; $this->username = $fld->username; $this->password = $fld->password; return true; } else { return false; } #end if mysql_free_re