Php function available on other php page
        Posted  
        
            by Vafello
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Vafello
        
        
        
        Published on 2010-04-19T12:25:30Z
        Indexed on 
            2010/04/19
            12:33 UTC
        
        
        Read the original article
        Hit count: 313
        
I have a function that I use on index.php page and I would like to call it from other php page (other.php). How to make this function available without redeclaration? I think it's achievable using sessions, but I am not sure how to do it exactly.
© Stack Overflow or respective owner