|
 |
|
|
Submitted: January 6, 2006
Views: 5539
A function that inserts a new value into an array in a specific location.
|
|
|
 |
|
|
Submitted: December 21, 2007
Views: 184
asd
|
|
|
 |
|
|
Submitted: June 4, 2006
Views: 3025
A demonstration of using Bash or Cmd.exe (Windows Shell) and PHP to make a clock...straight from the command line, no files are used except for those already on your system.
|
|
|
 |
|
|
Submitted: November 11, 2005
Views: 233208
Ever wonder how you could get partially transparent backgrounds for div boxes with only HTML/CSS? Well here's how.
|
|
|
 |
|
|
Submitted: August 3, 2005
Views: 1955
While developing an ftp client written in php-gtk I came across a problem...there's no native right click support with gtkclist. So I was forced to make my own solution.
|
|
|
 |
|
|
Submitted: November 9, 2005
Views: 1899
The purpose of the function is to "replace" create_function(). I found that it
didn't quite do what I wanted and caused problems for what I was doing.
|
|
|
 |
|
|
Submitted: October 24, 2005
Views: 1578
Get the value of an array element when you only know the coordinates and don't want to use eval().
|
|
|
 |
|
|
Submitted: December 29, 2007
Views: 165
Hi
|
|
|
 |
|
|
Submitted: January 1, 2008
Views: 211
Why are you reading this?!
|
|
|
 |
|
|
Submitted: June 21, 2005
Views: 8357
I quickly delevoped this for a email based auction script I'm working on now and then.
It is similar to the php5 ftp class found at php.net/ftp but is written with php4.3 in mind.
|
|
|
 |
|
|
Submitted: December 6, 2005
Views: 8804
It took me forever to finally get this code to work right (stupid regex). So I figured that I may as well put it here so others can find it.
This is a limited set of bbcodes, but it could easily be expanded.
|
|
|
 |
|
|
Submitted: June 3, 2008
Views: 916
Merge two XML trees/documents.
|
|
|
 |
|
|
Submitted: November 11, 2005
Views: 29897
While trying to make a "reloading" script for use with my transparent HTML/CSS backgrounds I came across a problem with IE. I couldn't use object.getElementsByName()! So I came up with this solution. Granted it's limited to one kind of tag right now, but it should make coding standard (X)HTML a little easier.
|
|
|
 |
|
|
Submitted: February 15, 2005
Views: 5497
Use already in place Winamp plugins to gather data for forum signatures, hits lists, music tracking, and anything else your sick little mind can think of.
|
|
|
 |
|
|
Submitted: January 5, 2009
Views: 284
Search an numbered array for a value and return the index or false on error or non-existent needle.
|
|
|
 |
|
|
Submitted: January 21, 2009
Views: 245
Create a random string of letters (upper and lower) and numbers for use in passwords.
|
|
|
 |
|
|
Submitted: June 27, 2008
Views: 1595
A quick search around Google reveals that there are many an application that will remove the protection from Word documents. However I question the trustworthiness of these programs, what if they install key loggers, or trojans, or some other nefarious code? So I did some research and scripting to make my own document cracker, and it was incredibly simple.
|
|
|
 |
|
|
Submitted: February 18, 2005
Views: 1958
Exactly the same as print_r() but "Converts all applicable characters to HTML entities" and sets that inside a tag set for easy reading in an HTML setting. Basicly as if you were viewing print_r() output as plain text.
|
|
|
 |
|
|
Submitted: January 1, 2008
Views: 214
Eat your heart out!
|
|
|
 |
|
|
Submitted: January 16, 2006
Views: 3932
Get a random row from a table. Useful for just about anything where you need a random entry.
|
|
|
 |
|
|
Submitted: December 24, 2008
Views: 1051
The purpose is to muck with the routing table for either a joke on your friends or in the case of why it was originally made, to create a problem so that the computer would be brought in for service. Snippet also demonstrates how to hide the cmd window when running scripts from a C# application.
|
|
|
 |
|
|
Submitted: February 7, 2006
Views: 3036
Unfortunatly PHP doesn't have a function that allows you to unregister a shutdown function. This class allows you to do just that however.
|
|
|
 |
|
|
Submitted: November 17, 2007
Views: 717
A class to provide rudimentary strongly typed arguments for functions and class methods in the PHP language.
|
|
|
 |
|
|
Submitted: December 14, 2007
Views: 212
asdfasn
|
|