PJ wrote:
> Is there a shorter way of determining if a field contains text?
> This works but I wonder if I can K.I.S.S. it? I really only need to know
> if there is or is not a field containing the text specified. I don't
> need to see it.
>
> // Request the text
> $text = "Joe of Egypt";
>
Shawn McKenzie wrote:
> PJ wrote:
>> Is there a shorter way of determining if a field contains text?
>> This works but I wonder if I can K.I.S.S. it? I really only need to know
>> if there is or is not a field containing the text specified. I don't
>> need to see it.
>> >
>> // Request the text
PJ wrote:
> Is there a shorter way of determining if a field contains text?
> This works but I wonder if I can K.I.S.S. it? I really only need to know
> if there is or is not a field containing the text specified. I don't
> need to see it.
>
> // Request the text
> $text = "Joe of Egypt";
>
3 matches
Mail list logo