Welcome To Snipplr
Everyone's Recent PHP Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Because htmlentities just doesn't cut it.
Recently needed this to work with 3rd part software, ended up having to make it pretty robust so thought I'd share!
        
        
        
            0 
        
        
            980 
        
                    posted 15 years ago by dom111
            This snippet is useful if you want to include partials of another admin generated module into the current one (at runtime). This is necessary to *always* make sure that the partial is available, even after clearing the cache. And this is not always t...
        
        
        
            0 
        
        
            1072 
        
                    posted 15 years ago by dreadwarrior
            Use this code in a WordPress template with the Geo Mashup plugin (see URL) to include a global map within a post or page, centered on that post or page's location, with marker highlighted.
        
        
        
            0 
        
        
            1140 
        
                    posted 15 years ago by cyberhobo
            I include this in anything I'm developing, so I can easily inspect the contents of arrays and objects.
        
        
        
            0 
        
        
            1334 
        
                    posted 15 years ago by joshuamilford
            Function to fix char set and collation on mysql tables, see [this link](http://www.barattalo.it/2010/02/11/php-function-to-fix-collation-on-database-fields-of-mysql/ "Fix encoding on db")
for examples and more infos.
        
        
        
            1 
        
        
            1733 
        
                    posted 15 years ago by ginoplusio
            Here is a function you can use to automatically set up a complex folder structure with a specified file mode. All you have to do is create the "root" directory and pass an array describing the folder structure you would like to create in it. If the d...
        
        
        
            0 
        
        
            1100 
        
                    posted 15 years ago by chlab
            To use it, simply create a new folder called “art-direction†in your theme. Then to style any particular Post or Page, just drop a file in that folder named style-XXXX.css where XXXX is the ID of the Post or Page. When that Post or Page loads, Wo...
        
        
        
            0 
        
        
            1155 
        
                    posted 15 years ago by gd6d
            
