Welcome To Snipplr
Everyone's Recent PHP Snippets Tagged php
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
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
799
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
604
posted 14 years ago by philsown
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
953
posted 14 years ago by jessecary
A simple PHP object which connects to a mysql database, selects fields, creates users and more..
0
878
posted 14 years ago by djstaz0ne
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
550
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
606
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
565
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
927
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
966
posted 14 years ago by Meander365
This set of headers works for me when I output file data from the database for the user to save or open.
0
1238
posted 14 years ago by bradless