Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
I needed to trim a simple numerical array that might have duplicate values into an array with no duplicates. I came up with this before finding array_unique(). D\'oh.
0
1961
posted 16 years ago by beneberle
This PHP code snippet searches a value in an array. Depending on use, one or all matching values and their belonged keys are removed.
3
2126
posted 16 years ago by DADU
have it as bookmark - clicking on it will validate the current page
1
1444
posted 16 years ago by silviud
The cookie expires the number of days from the time it is set.
0
1574
posted 16 years ago by jonkemp
Thankfully, Sjoerd Visscher mentioned an interesting technique that could be used to force IE to use the specified CSS styling. Specifically, once you create a new DOM element (of the same name as the one in the document) all styling is applied. [.....
0
2039
posted 16 years ago by stephcode
This script let you back up your servers at once from a central backup server. First you must copy the central server ssh public key into the servers to backup (without password). After that you can install this script with a cron.
0
1752
posted 16 years ago by eusonlito
Script to backup all MySQL databases and delete copies after X days
1
1967
posted 16 years ago by eusonlito
Code snippet that allows the user to be automatically logged in on account creation, this works with s2Member since they allow the user to create their own password.
1
1717
posted 16 years ago by oriontimbers