Welcome To Snipplr


Everyone's Recent Snippets Tagged php



1 ... 51 52 53 54 55 ... 64
1 1012 posted 16 years ago by iTony
2 1360 posted 16 years ago by iloveitaly
I think this is php 5 only
0 914 posted 16 years ago by jfherring
Based on Jdub7's Pure PHP Template function http://snipplr.com/view/10797/pure-php-template-function/
2 940 posted 16 years ago by thermosilla
Usage: define('PIRATE',bindec('0001')); // 1 define('NINJA',bindec('0010')); // 2 define('JEDI',bindec('0100')); // 4 define('ADMIN',bindec('1000')); // 8 $rpermit = array(PIRATE,JEDI); // Equivilent Flags '0101'...
0 677 posted 16 years ago by Jdub7
2 929 posted 16 years ago by Jdub7
Doesn't work on Windows, obviously
1 1002 posted 16 years ago by tclancy
1 1021 posted 16 years ago by Wiederkehr
This handy little script will allow you to detect whether or not a user is running FireFox as their browser.
0 942 posted 16 years ago by aristoworks
I find these Joomla snippets to be useful when constructing a new template.
4 1130 posted 16 years ago by chrisaiv
$quote -- name of function post_type=page -- remove to query posts orderby=rand -- random order showposts=1 -- limit to 1 post effect -- displays 1 random custom excerpt outside of the loop
1 1084 posted 16 years ago by davebowker
0 1120 posted 16 years ago by conspirator
4 1040 posted 16 years ago by Wiederkehr
3 1010 posted 16 years ago by iTony
0 1104 posted 16 years ago by ginoplusio
Pass in text and the maximum allowable length and this snippet will return as many full sentences from the text as it can within that length. If no sentences, it will just trim to the maximum length allowed.
1 1266 posted 16 years ago by DaveChild
Quick little snippet for changing the ordering of a field in a MYSQL database.
1 1251 posted 16 years ago by Zync
3 1230 posted 16 years ago by the_coder
First Remove all capital letters, then capitalise the first ones in each word.
1 1091 posted 16 years ago by Wardy
1. Edit the html form 'action' to point to your PHP page that handles the upload. 2. Create the php page with the code below 3. Define Paths in PHP lines: 3 , 4 of php file 4. Create matching folder to paths in #3 on server. 5. chmod that folder...
4 1221 posted 16 years ago by jadedbat
I thought I would share this simple username password PHP auth script. It leans on HTTP to secure a page.. not bulletproof but quick and painless.
3 1119 posted 16 years ago by jadedbat
1 1094 posted 16 years ago by ginoplusio
This will create a list grouped by the sorted field, which is an inner join on a category field.
0 832 posted 16 years ago by fostersolutions
2 956 posted 16 years ago by czapata
1 ... 51 52 53 54 55 ... 64