Re: [PHP] wrong value from define

2004-12-29 Thread Arthur
> Hello Arthur, > > Wednesday, December 29, 2004, 12:37:30 PM, you wrote: > > A> That's my piece of code (which is in a class in a file which is in the same > A> dir as config.php): > > A> function reg($name, $pw, $ally, $act) { > A> include('config.php'); > A> echo(DB_SERV_NAME . ''); > A>

Re: [PHP] wrong value from define

2004-12-29 Thread Richard Davey
Hello Arthur, Wednesday, December 29, 2004, 12:37:30 PM, you wrote: A> That's my piece of code (which is in a class in a file which is in the same A> dir as config.php): A> function reg($name, $pw, $ally, $act) { A> include('config.php'); A> echo(DB_SERV_NAME . ''); A> $dbp = mysql_connect