Welcome To Snipplr
Everyone's Recent PHP Snippets Tagged post
- All /
 - JavaScript /
 - HTML /
 - PHP /
 - CSS /
 - Ruby /
 - Objective C
 
Created for my own purposes, thought I'd share though ;)
copy paste at the top of your file and it does the magic :)
        
        
        
            31 
        
        
            7439 
        
                    posted 17 years ago by peteypablonz
            Sends a request to a supplied path for a given host.  It can send either a GET or POST request and can pass parameters.
        
        
        
            2 
        
        
            1569 
        
                    posted 19 years ago by ryansobol
            Often PHP can't interpret POST data because it is not form-encoded. This is typical when the post data is XML from API's like Flash's XmlSocket. You can use the following methods to read the POST data directly.
        
        
        
            1 
        
        
            2460 
        
                    posted 19 years ago by mthorn