Profile
Achievement
 
    
                telltec's Recent Snippets
- All /
 « Prev 1 Next »
Loads an XML file and iterates through its nodes.
Uses Sample XML file from [http://msdn.microsoft.com/en-us/library/ms762271(v=vs.85).aspx](http://msdn.microsoft.com/en-us/library/ms762271(v=vs.85).aspx)
`
<?xml>
<catalog>
   <book>...
        
        
        
            0 
        
        
            3350 
        
                    posted 12 years ago by telltec
            Try to run Codeigniter in a subfolder of a Wordpress installation and want to remove index.php for clean URLs? 
Put this code in a .htaccess file in your codeigniter directory ("cidir" in this example).
        
        
        
            0 
        
        
            4724 
        
                    posted 12 years ago by telltec
            Assumes that you have got a #mainnav around your menu. Works nicely with wp_nav_menu inside.
        
        
        
            0 
        
        
            2120 
        
                    posted 14 years ago by telltec