Re: [PHP] Re: 1 last error to fix before the application is done!
- From: LoneWolf@xxxxxxxxx (Wolf)
- Date: Tue, 14 Oct 2008 11:05:09 -0400
<!-- SNIP -->
Does the ! reverse the empty in this case? such as !empty = not empty?
You definitely have to go walk the plank now... You have to go back and
re-write code and make it more compact now, right? tsk, tsk. I thought
we taught you better then that.
! is the NOT operator in many languages.
So instead of something like this:
if ($employee_login == "true" || $employee_loggin == "break")
You could do:
if ($employee_login != "off")
Don't worry, it should be quick, we've been chumming the water. ;)
HTH,
Wolf
.
- Follow-Ups:
- Re: [PHP] Re: 1 last error to fix before the application is done!
- From: Jason Pruim
- Re: [PHP] Re: 1 last error to fix before the application is done!
- References:
- 1 last error to fix before the application is done!
- From: Jason Pruim
- Re: [PHP] 1 last error to fix before the application is done!
- From: Jochem Maas
- Re: 1 last error to fix before the application is done!
- From: Colin Guthrie
- Re: [PHP] Re: 1 last error to fix before the application is done!
- From: Jason Pruim
- 1 last error to fix before the application is done!
- Prev by Date: Re: [PHP] Re: 1 last error to fix before the application is done!
- Next by Date: Re: [PHP] Output text status on a long class
- Previous by thread: Re: 1 last error to fix before the application is done!
- Next by thread: Re: [PHP] Re: 1 last error to fix before the application is done!
- Index(es):
Relevant Pages
|