Welcome To Snipplr


Everyone's Recent PHP Snippets Tagged php



1 ... 34 35 36 37 38 ... 58
0 1175 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 1043 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 1318 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 1671 posted 15 years ago by ginoplusio
2 7216 posted 15 years ago by iTony
Here is how to upload an attachment to a CouchDb document using PHP and cURL.
0 1210 posted 15 years ago by stephanepericat
0 1099 posted 15 years ago by coevolve
Here is an example where the likelihood of NS is 30%, SM is 50%, and SH is 20%. I make 20 pitches and output what the batter does each time.
0 1479 posted 15 years ago by philokezzar
2 1039 posted 15 years ago by chippper
Changing Facebook Status with PHP, download the Mini Bot PHP class from the blog http://www.barattalo.it
1 1689 posted 15 years ago by ginoplusio
PHP function of mini bot class that lets you retrieve twitter infos from twitter nickname. ($this->attr method is part of the Mini Bot Class)
2 1738 posted 15 years ago by ginoplusio
0 1016 posted 15 years ago by m-pokrovskii
Add to functions.php file.
0 1345 posted 15 years ago by Xtraboy
/** * @param Int $week * @param Int $year * @return Array */
0 940 posted 15 years ago by jkjeldgaard
These are important object oriented principles (OOP) that one must understand in PHP to create dynamic web applications. I hope you find this useful in understanding inheritance.
0 1051 posted 15 years ago by alvincrespo
0 1181 posted 15 years ago by jonniespratley
0 1204 posted 15 years ago by errkk
You have to add this code in your Bootstrap
1 1141 posted 15 years ago by asterfr
This is the beginning of my retrieval of twitter status class...just something im playing with right now. It retrieves the xml, saves it on your server, then you can either use javascript or php to traverse the xml tree.
0 1304 posted 15 years ago by alvincrespo
0 1432 posted 15 years ago by rccc
Just a beginning, hoping to refine this ASAP.
0 1519 posted 15 years ago by alvincrespo
A handy, generic form processor which validates presence of fields marked in a hidden value, like: <input>. Easy to override and customize as needed. Adapted from a script found in PHP 5 Unleashed.
1 1732 posted 15 years ago by nate63179
Aimed at designers who want to sprinkle in a little PHP to make development easier. If building/prototyping a site with HTML/PHP, this can save time by constructing the navigation list on the fly, based on re-usable navigation settings. Usage: Ass...
0 1032 posted 15 years ago by rareyman
Uses ajax upload from http://valums.com/ajax-upload/. Complete working script with front and back end validation. Enjoy.
1 1635 posted 15 years ago by vagrantradio
0 1215 posted 15 years ago by landonmiller
This snippet is useful if you want to include partials of another admin generated module into the current one (at runtime). This is necessary to *always* make sure that the partial is available, even after clearing the cache. And this is not always t...
0 1093 posted 15 years ago by dreadwarrior
1 ... 34 35 36 37 38 ... 58