DEFINE('DBF_HOST', 'localhost');
When PHP sees DBF_HOST without quotes it thinks it should be a constant.
Even inside define()... just quote it, define still works.
--
Julio Nobrega.
Um dia eu chego lá:
http://sourceforge.net/projects/toca
Ajudei? Salvei? Que tal um presentinho?
http://www.
"Richard Ellerbrock" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> The following code generates a warning when register_globals=off and
> error reporting is set to E_ALL. How do I define the constant in another
> way not to generate a warning? This is with ph
2 matches
Mail list logo