Re: environment variable ...

2002-06-25 Thread Ralf Narozny
Hiho hiho! Paul DuBois wrote: > At 15:14 +0200 6/25/02, Julien OIX wrote: > >> hi everyone, >> >> I have the line "no-auto-rehash" in my /etc/my.cnf ( [mysql] section of >> the global config file) >> and I'd like to use completion with the command-line tool ... >> >> I think I can overwrite this

Re: environment variable ...

2002-06-25 Thread Paul DuBois
At 15:14 +0200 6/25/02, Julien OIX wrote: >hi everyone, > >I have the line "no-auto-rehash" in my /etc/my.cnf ( [mysql] section of >the global config file) >and I'd like to use completion with the command-line tool ... > >I think I can overwrite this parameter within a .my.cnf. >what do I have to

Re: environment variable code fails

2002-03-19 Thread Georg Richter
On Wednesday, 20. March 2002 05:06, jrfoutin wrote: > session_start(); > include("$DOCUMENT_ROOT/php/main.home.php"); > ?> > > The environment variable in this code on index.php is not invoking > main.home.php page in php folder in htdocs on new server. > > Code worked on previous server setup, b