Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
If you ever need to build a comma delimited list out of a column in SQL you can easily do this using the COALESCE function.
0
1272
posted 17 years ago by mcbutterbuns
Expands a MySQL / Gzipped file and executes it's queries.
0
1553
posted 17 years ago by mattkenefick
This function uses the power of regexp to check if some bad word are on the text, also offers the posibility to change those word for something else. Examples:\r\n\r\n$texto = \'fuck off!\';\r\nfiltrado($texto); returns true since a bad word has been...
1
1632
posted 17 years ago by oso96_2000
View to use with the docs at http://drupal.org/node/144725 for creating image gallery using cck, views and thickbox.
3
1568
posted 17 years ago by shrop
Just to include and implement the SWFObject to an HTML body from a generic "/js/" directory with some basic varibles.
[applies to OLD version of SWF Object]
1
1161
posted 17 years ago by mattkenefick
This was taken out of a presentation by eZ systems on PHP Best Practices
0
1492
posted 17 years ago by luizlopes
IE can't handle [ option disabled="disabled" ] tags, so this htc will help
0
1806
posted 17 years ago by localhorst