Thread
:
Chat System
View Single Post
#
13
12-24-2011, 05:38 PM
callimuc
ジ
Join Date: Nov 2010
Location: Germany
Posts: 1,015
Quote:
Originally Posted by
Gunderak
Whats the difference between if and elseif o.o
They do the exact same thing..
PHP Code:
if (
YouAreHere
) {
thanStartFunction
();
}
else if (
YouAreNotHere
) {
thanDontStartFunction
();
}
Like talking english.
__________________
MEEP!
callimuc
View Public Profile
View GraalOnline Profile
Find all posts by callimuc