Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This snippet allows you to update multiple rows of a database using a single form in one easy click
0
2222
posted 16 years ago by daveismyname
This snippet collects a date from a var and formats it into the correct format for database date entry
0
1646
posted 16 years ago by daveismyname
There are plenty of classes out there to paginate through database results, well, here's one to paginate through a static array of items. Written quite a few years ago, recently recovered from a crashed drive.
1
1022
posted 16 years ago by evilwalrus
2 login functions that check if a user is logged in by checking is a session is equal to true that would have been set on login.
If not logged in the redirect to login.php
1
1406
posted 16 years ago by daveismyname
very useful function that allows you to redirect to the user to a given location
1
1682
posted 16 years ago by daveismyname
How to generate rounded corners in Firefox and Safari before CSS3 is fully implemented.
3
1387
posted 16 years ago by ff1959
Sometimes, the first or last block in a region needs to be styled different than the rest. This solution do this in simple way for Drupal 6.
(originaly code from [email protected]: http://drupal.org/node/293188#comment-1282186)
2
1582
posted 16 years ago by Fake
This function returns the array with all instances of the specified value removed
1
1698
posted 16 years ago by jlvallelonga
Some valid UTF-8 characters are illegal in XML:
http://www.w3.org/TR/REC-xml/#charsets
This statement strips them from your strings.
0
3490
posted 16 years ago by jdbartlett
This will get the document's body in a very agreeable manner - it returns the first div on the page if there is no body (hey it can happen).
Adapted from code by Scott Schiller
0
1107
posted 16 years ago by remotezygote
Matches are as follows:
0 = protocol
1 = fqdn
2 = subdomain
3 = top level subdomain
4 = domain (blah.com)
5 = port
6 = path
7 = query string
8 = hash
1
1568
posted 16 years ago by remotezygote
A simple function that generates a select drop down. It takes 3 values. The select name ,the mode (true for hours / false for minutes) and the selected option.
1
1757
posted 16 years ago by chchrist