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 903 posted 14 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 703 posted 14 years ago by philsown
Calculate the difference from two date in days
0 1105 posted 14 years ago by gfazioli
1 1000 posted 14 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 1071 posted 14 years ago by jessecary
A simple PHP object which connects to a mysql database, selects fields, creates users and more..
0 986 posted 14 years ago by djstaz0ne
0 1003 posted 14 years ago by zartgesotten
0 1096 posted 14 years ago by frankyfish
0 1049 posted 14 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 619 posted 14 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 745 posted 14 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 652 posted 14 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 1039 posted 14 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 1089 posted 14 years ago by Meander365
0 766 posted 14 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 1376 posted 14 years ago by bradless
0 930 posted 14 years ago by bradless
0 724 posted 14 years ago by paramah
0 1005 posted 14 years ago by fwso
0 848 posted 14 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 694 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 958 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 1249 posted 15 years ago by ginoplusio
2 6223 posted 15 years ago by iTony
1 ... 36 37 38 39 40 ... 64