Welcome To Snipplr
Everyone's Recent PHP Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
I’ve made this function that receive the input $video string that contains the dirty embed code as it is from youtube. The second parameter $new_width (if specified) permits to resize the embed code proportionally to the width you need for your tem...
0
1274
posted 14 years ago by ginoplusio
A simple set of conditions to get dynamic title tags in a wordpress template.
0
696
posted 14 years ago by jhonqwerty
To be placed in template.php preprocess_page function.\\r\\n\\r\\nBreaks stylesheets into 2 style tags with limit of 30 @imports each. IE has a limitation of 31 @imports or 31 style tags. (source: [http://john.albin.net/ie-css-limits/single-style-tes...
1
725
posted 14 years ago by resting
This is my fairly easy to use MySQL database class, I use this on my Experiment framework BlahFramework, anyways I thought someone else may find this useful or just study the code to get an awesome idea of there own. Enjoy.
3
1006
posted 14 years ago by Cory
based upon http://www.snipplr.com/view/41900/base-html5-template/
2
627
posted 14 years ago by withinmedianl
Say you want to run content plugins on JDocumentRAW content (like in a component that returns JSON data). Some methods in JDocumentHTML like "addCustomTag" will cause the app to fail on JDocumentRAW doc types which don't have this method. Thus you...
0
883
posted 14 years ago by harikaram
How to retrieve product attributes outisde the product page in Magento
0
589
posted 14 years ago by TioSolid
File: /template/[mytemplate]/html/com_content/category/blog.php page...
0
730
posted 14 years ago by harikaram
By using this snippet we can recover fields from a database by filtering these ones per a specific field.
1
836
posted 14 years ago by juanchifc
By using this php snippnet we can store different fields (got by array post) into a sql database
1
759
posted 14 years ago by juanchifc
By using this snippnet we can recover and show on a table the items stored into a sql database managed with mysql.
1
749
posted 14 years ago by juanchifc
Mostrar un link a una subcategorÃa, dependiendo de la categorÃa superior. category_parent es igual al id de la categorÃa superior. Sirve sólo cuando el post tiene una categorÃa hija de la categorÃa superior.
0
722
posted 14 years ago by jhonqwerty