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
1006
posted 11 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
2244
posted 11 years ago by telltec
Assumes that you have got a #mainnav around your menu. Works nicely with wp_nav_menu inside.
0
777
posted 13 years ago by telltec