Welcome To Snipplr


Everyone's Recent Snippets Tagged php



1 ... 36 37 38 39 40 ... 64
I used to have the strlen block and the 2 preg if blocks each separately return false throughout, but lately I'm in a single point of exit mindset. I cannot take credit for the regexps - I borrowed them from someone who borrowed them. If the real...
0 1403 posted 15 years ago by philsown
I found this snippet - and about 10 others like it - in an app I am re-factoring. Apparently re-factoring db\_fetch\_assoc was too much trouble, as was finding and replacing all references to it with the new function name.
0 1035 posted 15 years ago by philsown
Calculate the difference from two date in days
0 1649 posted 15 years ago by gfazioli
1 1574 posted 15 years ago by daipratt
you'll need this .htaccess file also RewriteEngine On RewriteBase / RewriteRule .* - [E=INFO_API_VERSION:%{API_VERSION},NE] RewriteRule .* - [E=INFO_AUTH_TYPE:%{AUTH_TYPE},NE] RewriteRule .* - [E=INFO_CONTENT_LENGTH:%{CONTENT_LENGTH},NE] Rewrit...
2 1682 posted 15 years ago by jessecary
A simple PHP object which connects to a mysql database, selects fields, creates users and more..
0 1453 posted 15 years ago by djstaz0ne
0 1479 posted 15 years ago by zartgesotten
0 1701 posted 15 years ago by frankyfish
0 1566 posted 15 years ago by iTony
Hello friends. I've create this script for you to change directories permissions without connecting them via Ftp Prog. Thanks. [En Yeni Oyunlar](http://www.yeni-oyun.com)
0 987 posted 15 years ago by jackoder
This script helps you to test session persistence for your HTTP API. Launch this.php?set=valuuue to set the session value stored to value. Launch this.php to retrieve the value.
0 1133 posted 15 years ago by asterfr
PHP AdSense account monitor class, can retrieve data from your AdSense account (impressions, clicks, ctr, ecpm, earnings). This class can retrieve (for now) only “AdSense for Content” data, for different periods of time (see class methods for mo...
0 1015 posted 15 years ago by RM
Managing globals with the registry pattern. This class provides lazy loading functionallity. This means it is possible to add a callback or class (with arguments) which will be called or instanciated when it is being used for the first time.
0 1593 posted 15 years ago by freelancephp
Example of how to send a subscribe_user request using Notifo's api. Notifo lets you setup push notifications to mobiles - for any site. Put the PHP into a separate file named notifo-proxy.php
0 1525 posted 15 years ago by Meander365
0 1087 posted 15 years ago by paramah
This set of headers works for me when I output file data from the database for the user to save or open.
0 1950 posted 15 years ago by bradless
0 1369 posted 15 years ago by bradless
0 1113 posted 15 years ago by paramah
0 1419 posted 15 years ago by fwso
0 1250 posted 15 years ago by darokin
Very simple to use. **Calling:** $files = dirContents(DIR_PATH, [FILTER, [TYPE]]); **Examples:** $files = dirContens("my-dir"); _$files_ is array containing all, both files either directories $files = dirContens("my-dir",...
0 1120 posted 15 years ago by Lostindream
A simple script to run with [drush](http://drupal.org/project/drush) to clean all Drupal nodes containing style tags.
1 1404 posted 15 years ago by mongolito404
This small function receive a text as input and returns an html text with links if the source text contains urls (http://www… but also ftp://… and every other protocol), emails, twitter’s usernames (with @ at the beginning) and also twitter tag...
0 1752 posted 15 years ago by ginoplusio
2 7351 posted 15 years ago by iTony
1 ... 36 37 38 39 40 ... 64