/ Published in: PHP
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
if ($i&1) {
3.
{
4.
echo "$i is odd";
5.
}
6.
else
7.
{
8.
echo "$i is even";
9.
}
Comments
 Subscribe to comments
                    Subscribe to comments
                
                