|
Posted by PleegWat on 11/03/06 10:17
In article <1162486881.826636.296230@h54g2000cwb.googlegroups.com>,
adamraney@gmail.com says...
> > define(ROSTER_DIED,1);
> According to the PHP Manual, your first argument must be a string. ie:
> define('ROSTER_DIED', 1);
> Then you can refer to it without the quotes (ie $this = ROSTER_DIED)
>
> > if (defined(ROSTER_DIED))
> This should also be a string ie: defined('ROSTER_DIED')
>
> See if that helps.
Yes, that worked.
--
PleegWat
Remove caps to reply
Navigation:
[Reply to this message]
|