Welcome To Snipplr


Everyone's Recent PHP Snippets Tagged php



1 ... 47 48 49 50 51 ... 58
# Export MySQL Data as CSV This code takes a `mysql_query()` resource and outputs its rows into CSV spreadsheet format. Edit the `header('Content-Disposition...` declaration to tell the user's browser to either display the data as plain text or do...
6 2650 posted 17 years ago by mikegreen
// FUNCION BY Ahmet Alp Balkan // http://www.ahmetalpbalkan.com
2 2403 posted 17 years ago by prf_q
Simple PHP tutorial on how to use isset.
0 2674 posted 17 years ago by 1man
1 1944 posted 17 years ago by iTony
2 2532 posted 17 years ago by iloveitaly
I think this is php 5 only
0 1716 posted 17 years ago by jfherring
Based on Jdub7's Pure PHP Template function http://snipplr.com/view/10797/pure-php-template-function/
2 1754 posted 17 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 1428 posted 17 years ago by Jdub7
2 1870 posted 17 years ago by Jdub7
Doesn't work on Windows, obviously
1 1996 posted 17 years ago by tclancy
1 2153 posted 17 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 1761 posted 17 years ago by aristoworks
$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 2049 posted 17 years ago by davebowker
4 2275 posted 17 years ago by Wiederkehr
3 1827 posted 17 years ago by iTony
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 2277 posted 17 years ago by DaveChild
Quick little snippet for changing the ordering of a field in a MYSQL database.
1 2132 posted 17 years ago by Zync
3 2429 posted 17 years ago by the_coder
First Remove all capital letters, then capitalise the first ones in each word.
1 1904 posted 17 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 2486 posted 17 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 2027 posted 17 years ago by jadedbat
1 1974 posted 17 years ago by ginoplusio
This will create a list grouped by the sorted field, which is an inner join on a category field.
0 1597 posted 17 years ago by fostersolutions
2 1775 posted 17 years ago by czapata
I don't wanna forget this small yet useful line.
1 1978 posted 17 years ago by axthos
1 ... 47 48 49 50 51 ... 58