Welcome Guest, Not a member yet? Register   Sign In
Good coding practice ???
#2

[eluser]Yash[/eluser]
Use this logic
Code:
function home($func,$id)
    {
        
        if(!isset($func)&&!isset($id))
        {
            
            
        }
        
        
        if(isset($func)&& !isset($id))
        {
        
            
        
        }
}


Messages In This Thread
Good coding practice ??? - by El Forum - 07-11-2008, 04:40 AM
Good coding practice ??? - by El Forum - 07-11-2008, 04:47 AM
Good coding practice ??? - by El Forum - 07-11-2008, 05:02 AM
Good coding practice ??? - by El Forum - 07-11-2008, 06:06 AM



Theme © iAndrew 2016 - Forum software by © MyBB