Welcome To Snipplr
Everyone's Recent PHP Snippets Tagged php
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Rather simple profiler for > php5, if you want to find out where the heck those 0.5 sec function time goes into
0
757
posted 16 years ago by birdspider
this codings display welcome message , curent date and greetings
0
744
posted 16 years ago by beamconsultancy
This will create a Navigation from a MySQL database table names. It removes the table name "includes" by default so you can see how to remove any certain tables you wish to not use as a site section. Just plug in your MySQL database details and co...
3
1211
posted 16 years ago by jiggyhat
Este codigo inserta un registro en una base de datos mysql utilizando PHP
0
1296
posted 16 years ago by denker
A simple replacement for print_r or whatever you use to display debug info.
2
1136
posted 16 years ago by PeteW
bei joomla in alle index.php - index3.php dateien schreiben die im root und im administrator Verzeichnis zu finden sind.
0
906
posted 16 years ago by nico65
This is a simple script that will allow you to crop an image that you upload from a form.
1
1156
posted 16 years ago by aristoworks
this is how to automatically get short urls for your blog posts in wordpress,
What you need
is to decide which tinyurl service you will be using and get its api URL,
for example rinyurl.com , bit,ly, tr.im,
here are the api URLS for the mo...
0
1306
posted 16 years ago by nerdsane
This is a snippet to assign an active class to active links when the navigation is included in a php file.
1
1023
posted 16 years ago by grazz
This snippet returns a link to twitter for the user to tweet the current page. URL is TinyURLed automatically (and tinyurls are cached indefinitely in assets/cache/tweetthis.txt).
Simply paste code into a new snippet called "TweetThis". Call it li...
3
1141
posted 16 years ago by DaveChild
Grab 5 latest Wordpress posts and display them on a non-Wordpress PHP page.
1
986
posted 16 years ago by kwilson
Put this before the loop in archive.php to have posts in the archive for category '26' sorted by custom field 'date'.
Assign sortable values like '090501' or '2009-05-01' to those fields when editing posts and your Upcoming Events will be sorted by...
8
2349
posted 16 years ago by hussong
A fallback for php's json_encode functionality. What do you think?
1
1032
posted 16 years ago by kirie
This function will convert any long url into a Diggbar url
2
1057
posted 16 years ago by jdstraughan
Skor PHP Template class can assign individual variable values or arrays with several variable values. A separate sub-class extends the base class to support delimited template section replacements.
0
962
posted 16 years ago by Agundur
You can get hostname from script environment - getenv("HTTP_HOST")
(?!'.$host.') matches URLs always except local links
0
1073
posted 16 years ago by kossmoss
In phpMyAdmin you can define strftime formats for your dumped database sql files. Here you are with two formats, one for sigle table export, one for multi-table export.
0
1124
posted 16 years ago by dawjdh