Welcome To Snipplr
Everyone's Recent PHP Snippets Tagged php
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Takes the seconds, and returns minutes. Will wrap it in a function is anyone is interested. Example: 92s -> 1m 32s
0
1157
posted 13 years ago by nebojsac
The function returns the "sanitized" version of user input. Use before putting variables into SQL code.
0
811
posted 13 years ago by nebojsac
Nothing revolutionary, just a simple implementation.
A reworking from Brian Cray's source code:
http://briancray.com/2009/08/21/tweeted-links-twitter-api-php-cache/
Note: requires creating a cache file, '/caches/twitter', relative to source.
0
901
posted 13 years ago by richardmaisano
A simple function that will split a given string into sentences, and then return the number of sentences specified. Quick and dirty.
0
628
posted 13 years ago by adamturtle
Twitter have changed their api, and using the old twitter.com?status=… doesn't work anymore. This uses the new 'Web Intents' method.
0
680
posted 13 years ago by adamturtle
CodeIgniter Helper function to repopulate form values when a muli-dimensional post array key is used.
0
602
posted 13 years ago by bretticus
Replace standard query_posts with the snippet to enable pagination on pages with a custom loop. Be sure to change out "somecat" with your category or add additional query arguments.
0
576
posted 13 years ago by rickfu
As simple as it can be. An PHP minifier. All the credits go to his author, Kit MacAllister
0
728
posted 13 years ago by thefricky