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
537
posted 15 years ago by birdspider
this codings display welcome message , curent date and greetings
0
500
posted 15 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
864
posted 15 years ago by jiggyhat
Este codigo inserta un registro en una base de datos mysql utilizando PHP
0
987
posted 15 years ago by denker
A simple replacement for print_r or whatever you use to display debug info.
2
836
posted 15 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
603
posted 15 years ago by nico65
This is a simple script that will allow you to crop an image that you upload from a form.
1
876
posted 15 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
902
posted 15 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
705
posted 15 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
813
posted 15 years ago by DaveChild
Grab 5 latest Wordpress posts and display them on a non-Wordpress PHP page.
1
705
posted 15 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
1894
posted 15 years ago by hussong
A fallback for php's json_encode functionality. What do you think?
1
684
posted 15 years ago by kirie
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
694
posted 15 years ago by Agundur
You can get hostname from script environment - getenv("HTTP_HOST")
(?!'.$host.') matches URLs always except local links
0
782
posted 15 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
848
posted 15 years ago by dawjdh