Re: [PHP] FLAG

2003-11-27 Thread Curt Zirzow
* Thus wrote Ford, Mike [LSS] ([EMAIL PROTECTED]): On 26 November 2003 12:43, Jay Blanchard contributed these pearls of wisdom: [snip] Well, so is there any online resource whereby I can read up on FLAG ???Or any idea how should I go about creating the memory location to

RE: [PHP] FLAG

2003-11-26 Thread Jay Blanchard
[snip] Well, so is there any online resource whereby I can read up on FLAG ???Or any idea how should I go about creating the memory location to store the binary-ish information (e.g. true/false, yes/no, 1/0)? Hope to get some help soon...thnx. [/snip] You're not likely to find something

RE: [PHP] FLAG

2003-11-26 Thread Jay Blanchard
[snip] You're not likely to find something specific on FLAG, but maybe the following demonstration can help ?php if(blue == $sky){ $niceWeatherFLAG = TRUE; } else { $niceWeatherFLAG = FALSE; } ? $niceWeatherFLAG is that 'memory location' (variable) where the FLAG information is stored.

RE: [PHP] FLAG

2003-11-26 Thread Ford, Mike [LSS]
On 26 November 2003 12:43, Jay Blanchard contributed these pearls of wisdom: [snip] Well, so is there any online resource whereby I can read up on FLAG ???Or any idea how should I go about creating the memory location to store the binary-ish information (e.g. true/false, yes/no, 1/0)? Hope

Re: [PHP] FLAG

2003-11-04 Thread Eugene Lee
On Tue, Nov 04, 2003 at 03:19:20PM +0800, [EMAIL PROTECTED] wrote: : : Hi calling out to all programmers: : : I heard that there is a term used by most programmers called FLAG . : Anyone aware of that?? Its a kinda Indicator eg. I have a table with : YES column equal to 1 and NO column

Re: [PHP] FLAG

2003-11-04 Thread irinchiang
I see, thanks for the short introduction of FLAG ... Anyway do u know of any useful links that has more info on FLAG ??? Regards, Irin. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php