Welcome To Snipplr


Everyone's Recent PHP Snippets



1 ... 101 102 103 104 105 ... 147
Funcion para eliminar los acentos, caracteres que no sean numeros o letras y los espacios blancos. Muy util para renombrar los archivos antes de subirlos al server
0 664 posted 14 years ago by jacinmontava
Credit: 'Jelmer' from CodeIgniter Forums 1. Create preferences.php in your application/config/ directory. 2. Add this to the controller that writes your config values to the database so that it will also write them to the preferences.php config...
2 958 posted 14 years ago by traeregan
Create a new module using this code:
0 718 posted 14 years ago by hotdiggity
0 758 posted 14 years ago by gd6d
Here are a few examples that show how the relationship between objects and references
0 745 posted 14 years ago by chrisaiv
force fields to be added to the search index on update
1 744 posted 14 years ago by ReeceMarsland
Jquery toggle collapse expand
0 699 posted 14 years ago by ksantoshp
0 863 posted 14 years ago by AzizLight
(Ref: http://yoast.com) While preparing my previous post on new features in WordPress 2.9, I ran across a ticket in Trac for something I'd been wanting to do for a while: specify a subfolder of the uploads directory for specific plugins, like my B...
0 781 posted 14 years ago by ksantoshp
1 696 posted 14 years ago by ksantoshp
0 608 posted 14 years ago by ksantoshp
Proper enumerations in PHP are hard to come by. This uses a class as a pseudo enumeration. Sometimes you'll want to lookup the string name side of the enum when you have the value (ie, you have "1" and you want the string "Flood").
0 672 posted 15 years ago by benjaminpearson
Simple script that returns to us a list with possible TimeZones
0 867 posted 15 years ago by AzizLight
This function takes a start time, an end time, and an interval ("step size"). It returns an array of times separated by that interval between the start time and end time (similar to what Google Calendar does). The keys of the array are the number o...
2 604 posted 15 years ago by bachya
Dates and Time are always important to understand in any language. PHP has some rockin' functions but here are a few that I use the most.
0 858 posted 15 years ago by chrisaiv
0 792 posted 15 years ago by chrisaiv
0 878 posted 15 years ago by chrisaiv
0 702 posted 15 years ago by Ateneatech
0 766 posted 15 years ago by iTony
Gets the outerHTML of a DOMElement. For a more optimal version check the URL.
0 984 posted 15 years ago by Znupi
The following are instructions to "re-post" files that have been already been POSTed to your php script. This can help if you want to have a form (with file upload) that POSTs its data to your own script where the text elements can be handled and the...
2 1041 posted 15 years ago by benjaminpearson
This is a simple search function for the [User Groups](http://www.dabbledoo.com/design/docs/User-Groups-Module/) module for ExpressionEngine. It searches groups (names and descriptions) as well as topics and topic replies. It respects group types as...
0 1099 posted 15 years ago by lukemcr
I added this code in the ModuleNews.php file on line 310 - 314.
0 718 posted 15 years ago by kahlil
A script I used for quickly load a file (see line 3) and then make a table which had linenumbers on each line. You may want to add a +1 when its generating the table...
0 817 posted 15 years ago by Knarf
Test controller for custom Form_validation class
0 650 posted 15 years ago by djenniex
1 ... 101 102 103 104 105 ... 147