if(1 == 1){
echo 'here';
}
elseif(1 == 1){
echo 'here"';
}Will only echo "here" once. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
if(1 == 1){
echo 'here';
}
elseif(1 == 1){
echo 'here"';
}Will only echo "here" once. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php