if ( ($variable > 1 ) && ($variable < 5) )
   echo "hello";

or alternatively,

 for ($i=2; $i < 5; $i++)
 { 
      if ($variable=$i)
         echo "hello";
  }

Gurhan Ozen
MCI WorldCom
Quality Assurance Team
[EMAIL PROTECTED]
ph:   703-449-4754
Vnet: 228-4754
1-800-PAGE-MCI pin: 1927052
AIM:  Greywolf1923

-----Original Message-----
From: Jay Fitzgerald [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 06, 2002 4:10 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED];
[EMAIL PROTECTED]
Subject: [PHP-DB] if variable is equal to 2 through 4


i am currently using this code:

if ($variable == 2) || ($variable == 3) || ($variable == 4)
{
echo "hello";
}

how would I write it if I wanted to say this:

if $variable == 2 through 4 ???



Should you have any questions, comments or concerns, feel free to call me 
at 318-338-2034.

Thank you for your time,

Jay Fitzgerald, Design Director - CSBW-A, CPW-A, CWD-A, CEMS-A
==========================================================
Bayou Internet..............(888) 
30-BAYOU........................http://www.bayou.com
Mississippi Internet.......(800) 
MISSISSIPPI...............http://www.mississippi.net
Vicksburg Online..........(800) 
MISSISSIPPI................http://www.vicksburg.com
==========================================================
Tel: (318) 338-2034                ICQ: 38823829                     Fax: 
(318) 323-5053


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to