Hi
Now, I want to check if string or charcater is in the range. Can u please suggest
me something
Thanks
-
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
How about something like this:
if (($s_field >= 1) && ($s_field <= 10)) {
do something;
}
else {
do something else;
}
>>> Jaishree Rangaraj <[EMAIL PROTECTED]> 05/14/02 04:58PM >>>
Hello
I have a value say "$s_field". I have to see if this matches with in
the ra
Hello
I have a value say "$s_field". I have to see if this matches with in the range 1-10
can I use eq operator for this. I am a beginner , please help me to do this.
Thanks
Jessie
-
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience