Welcome To Snipplr
Everyone's Recent PHP Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This code will list all children pages from a parent page. This method is useful when you don\\\'t want to list all parent pages when you are on a parent page that have no children pages.
0
662
posted 14 years ago by simonbouchard
This custom loop will list all sub pages from a parent page including grand childrens. Example use: Car models listing
1
604
posted 14 years ago by simonbouchard
This is what I wanted:\r\nI had a structure like this:\r\n-Artist\r\n --Peter Miller\r\n ---Pictures\r\n ---Press\r\n ---Videos\r\n\r\nand wanted to have the sub-sub-Menu when located on the \"Peter Miller\"-Page. \r\nSo that on \"Peter...
0
672
posted 14 years ago by zartgesotten
A simple wrapper class for MySql around PDO. Also an example on how to use this wrapper for SQLite.
1
676
posted 14 years ago by Knarf
The code to call the normal Thesis Thumb is at http://snipplr.com/view/38971/thesis-thumbnail/\r\n\r\nTo test whether there is a thumbnail, and if not use another one, use this code in custom_functions.php.\r\n\r\nYou can change the class alignleft t...
0
621
posted 14 years ago by kristarella
I wrote this code for when I need to get files from other servers and put them on my own server. I wanted to simplify it as much as possible.
1
7720
posted 14 years ago by BrunoDeBarros
Little code snippet for automatically adding a custom field for a page or post when they are published.
0
743
posted 14 years ago by baires
Working on creating a 'days ago' script. I know some already exist, but I just want to know how to do it myself. I'm also incorporating leap year functionality and some utility functions that could be used on other projects.
2
1038
posted 14 years ago by alvincrespo
Loops through all files of a certain extension in the specified directory. Can be used to list all images in a given directory.
0
897
posted 14 years ago by sandman7OR
Originally written by Jason Lengstorf, rewritten by Drew Douglass, packaged into the EnnuiCMS (link above), can be used as standalone class.
Be sure to change or define your constants for PAGE_OBJ_WIDTH and PAGE_OBJ_HEIGHT when using the YouTube m...
1
809
posted 14 years ago by DrewDouglass
Substitute new_ placeholder in the second line with your new prefix. Run it: http://www.yoursite.com/rename.php and wait until it responds with an OK, usually after a couple of seconds. Delete the rename.php script. Edit the configuration.php file...
0
943
posted 14 years ago by beneberle
When working in PHP I sometimes want to know exactly what is in a variable. This is easy enough to find out, but having this function around it is even easier, as it includes the HTML pre tag making it easier to read, and it allows you to choose how...
1
858
posted 14 years ago by Sverri