Showing 1-10 of 58
|
Get URL with and without querystring
| This snippet contains two functions: one to get the current url and one to get the current url without the querystring. | PHP | 349 | 12/31/2010 |
|
Loop through all SERVER key-value pairs
| This snippet loops through all the $_SERVER key-value pairs and prints them out. | PHP | 277 | 12/31/2010 |
|
Loop through all POST key-value pairs
| This snippet will loop through all POST key-value pairs in PHP. | PHP | 254 | 12/27/2010 |
|
Recursively Copy Folder (with excludes) in PowerShell
| This function recursively copies a folder and all subfolders while allowing you to properly exclude certain items. | PowerShell | 881 | 12/1/2009 |
|
Recursively Delete Item in PowerShell
| This function recursively deletes an item from the current location. The item can be a file or folder, and can be specified with or without wildcards. | PowerShell | 397 | 12/1/2009 |
|
Create Folder in PowerShell
| Creates a folder in the current location. If the folder already exists, it will be deleted and then re-created. | PowerShell | 492 | 12/1/2009 |
|
Get HTTP Response Content as XElement
| Returns the entire response content for an HTTP web request as an XElement. | C# | 701 | 10/26/2009 |
|
Get HTTP Response Content as String
| Returns the entire response content for an HTTP web request as a string. | C# | 433 | 10/26/2009 |
|
Create HTTP Post Request
| Method used to post form data and get back an HTTP web request object. | C# | 355 | 10/26/2009 |
|
Calculate Number of Pages (for paging)
| This method calculates the number of pages required when paging. | C# | 2623 | 8/4/2009 |