if else statements php
        Posted  
        
            by user154107
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user154107
        
        
        
        Published on 2010-05-24T19:45:29Z
        Indexed on 
            2010/05/24
            19:51 UTC
        
        
        Read the original article
        Hit count: 242
        
How do I get this to not display when you first go to the page???
if ($error) {
 echo "Error: $error<br/>";
}
if ($keycode) {
 echo "Keycode: $keycode<br/>";
}
© Stack Overflow or respective owner