|
Posted by Jerry Stuckle on 08/18/06 02:15
Randy Webb wrote:
> Jerry Stuckle said the following on 8/17/2006 8:59 PM:
>
>> william.clarke wrote:
>>
>>>
>>>
>>> Hi Chris,
>>>
>>> Can I try to clear something up here, Javascript and PHP validation are
>>> two mutually exclusive activities, the only ways they relate to each
>>> other are:
>>>
>>
>> PMJI, William,
>
>
> PMJI?
>
Pardon My Jumping In.
>> No they aren't mutually exclusive.
>
>
> Yes, they are actually.
>
>> You can do one, the other or both.
>
>
> That makes them "mutually exclusive" as one does not require the other -
> in either direction.
>
Mutually exclusive means you can have one or the other - but not both,
like having your cake and eating it. You can have it or eat it. But
you can't do both.
In this case they are not mutually exclusive. You may or may not have
JS validation, depending on whether the user has JS enabled or not.
But if JS validation succeeds or is disabled, PHP validation will still
occur. The fact you can have both JS and PHP validation means they are
not mutually exclusive.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|