> What is the difference between "else if" and "elseif"? > > > Thanks
quote of http://www.php.net/manual/en/control-structures.elseif.php "In PHP, you can also write 'else if' (in two words) and the behavior would be identical to the one of 'elseif' (in a single word). The syntactic meaning is slightly different (if you're familiar with C, this is the same behavior) but the bottom line is that both would result in exactly the same behavior." therefore: a space :o) -- Mario Oberrauch ----------------------------------------------------------- CREATO - creative online systems - Spindler KEG Hafenstrasse 47 - 51, 4020 Linz, Austria Tel: +43 (0) 732/9015 5940 Fax: +43 (0) 732/9015 5949 Email: [EMAIL PROTECTED] ----------------------------------------------------------- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php