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 816 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 616 posted 14 years ago by philsown
Calculate the difference from two date in days
0 957 posted 14 years ago by gfazioli
1 907 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 977 posted 14 years ago by jessecary
A simple PHP object which connects to a mysql database, selects fields, creates users and more..
0 895 posted 14 years ago by djstaz0ne
0 890 posted 14 years ago by zartgesotten
0 948 posted 14 years ago by frankyfish
0 926 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 558 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 630 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 576 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 935 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 993 posted 14 years ago by Meander365
0 682 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 1257 posted 14 years ago by bradless
0 841 posted 14 years ago by bradless
0 659 posted 14 years ago by paramah
0 908 posted 14 years ago by fwso
0 786 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 629 posted 14 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 868 posted 14 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 1155 posted 14 years ago by ginoplusio
2 5990 posted 14 years ago by iTony
1 ... 36 37 38 39 40 ... 64