Welcome To Snipplr
Everyone's Recent PHP Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Simply paste the code below and insert your Google Analytics where it says paste your Google Analytics. You can paste the code once in your functions.php file and never have to worry about it again. We are adding an action to the wp_footer, so it wil...
0
791
posted 13 years ago by xavsio4
The Logo settings start on line 110 of the commented version.
0
794
posted 13 years ago by jeremyjared74
If you want to export some utf-8 data into csv/tsv that will be readable by excel with correct encoding you must add special non vissable characters at the begining of file
1
2086
posted 13 years ago by dsoms
use <?php>/images/someimage.gif
Such a path resolves to ..
http://www.yoursite.com/wp-content/themes/YOURTHEME/images/someimage.gif
0
693
posted 13 years ago by disgruntledillon
Just replace the URL in the fetch_rss line below with the RSS feed to your Twitter favorites. In fact this will work with any RSS feed.
0
620
posted 13 years ago by jamiebrwr
Using the bootstrap provided by http://jonathonhill.net/codeigniter/cron/
0
460
posted 13 years ago by littlebird
Mockup of how to create a SessionContext using PHP SOAP and ClientServices 2
0
546
posted 13 years ago by patriksvenssonmpsbroadbandcom
This gets the content from the page with the ID 22 (change as appropriate on line 1) and echos the first 20 words (change word count on line 8) - can be used on any page inside your Wordpress theme.
0
626
posted 13 years ago by wahnbriefe
Primeiro de tudo criar um novo formulário com os campos:
Criar campos:
nome
username (com validação alphanumeric)
password
email
e um submit button.
Na área dos scripts colocar o código e ter em atenção que conforme a versão do joom...
0
708
posted 13 years ago by montejunto
Simple simple simple function to make a checkbox for a form. Retains checked status.
0
691
posted 13 years ago by brownrl
a more useful way of printing php arrays in a nice readable format and able to decode serialized and json_encoded strings.
0
923
posted 13 years ago by liamchapman