Profile
Achievement
 
                     
    
                Nettuts's Recent Snippets
- All /
 « Prev 1 Next »
Refer here for a full overview: http://net.tutsplus.com/tutorials/php/quick-tip-email-error-logs-to-yourself-with-php/
        
        
        
            9 
        
        
            2606 
        
                    posted 14 years ago by Nettuts
            Simple function that filters out any duplicate items in an array.
        
        
        
            7 
        
        
            3142 
        
                    posted 14 years ago by Nettuts
            <a href="http://nettuts.s3.amazonaws.com/837_shadow/shadow/index.html">View a demo</a>
        
        
        
            17 
        
        
            10019 
        
                    posted 14 years ago by Nettuts
            This appears to be the easiest way to create vertical text (that isn't rotated) with CSS.
        
        
        
            7 
        
        
            1827 
        
                    posted 15 years ago by Nettuts
            This is quick code that demonstrates the usage of Microsoft's jQuery templating plugin.
        
        
        
            8 
        
        
            1612 
        
                    posted 15 years ago by Nettuts
            Just a fun and silly way to asynchronously update tweets about Justin Bieber.
        
        
        
            3 
        
        
            1701 
        
                    posted 15 years ago by Nettuts
            When retrieving table rows with PHP and prepared statements, you must use a method called bind_result() and pass in a variable name for each column that is being returned from the database. For example, if you are selecting three columns (say, id, ti...
        
        
        
            3 
        
        
            1836 
        
                    posted 15 years ago by Nettuts
            This is a simple way to scroll to the top of the page, when an anchor tag has been clicked. Note that we must "return false," in order to disable the default browser action.
        
        
        
            1 
        
        
            2029 
        
                    posted 15 years ago by Nettuts