Welcome To Snipplr


Everyone's Recent PHP Snippets



1 ... 21 22 23 24 25 ... 147
Sometimes you just want a random link to display and outside of the default format, this works perfectly and removes all default html (list items / headings).
0 2397 posted 13 years ago by crypticsoft
This needs to be run on an action, or at least I wanted able to get it to run outside of an action, I suggest template_redirect. More information at the link.
0 1359 posted 13 years ago by FatFolderDesigner
paginar resultados con jquery y ajax, permite ingresar condiciones (where, like, =...) solo se ingresa el nombre de los campos de la base de datos que se desean listar ver opciones.
1 1605 posted 13 years ago by rickyslow
From 'Andy' in the comments.
0 1689 posted 13 years ago by rliverman
Remove noscript tag and will work
0 993 posted 13 years ago by bubaphex
Displays latest posts by current author (place it within the loop). Adapted from code from [here](http://www.wpbeginner.com/wp-tutorials/how-to-display-related-posts-by-same-author-in-wordpress/) and a tutorial [here](http://www.makeuseof.com/tag/how...
0 1414 posted 13 years ago by certainlyakey
Complete initialization for the new calendar class
0 2263 posted 13 years ago by jdhall75
The orignial calendar class code before the changes
0 1121 posted 13 years ago by jdhall75
At line 220 you should see the the start if an if block. This is the section that needs to be edited. I added the foreach block to itterate over the data array and create links in the table cells.
0 2264 posted 13 years ago by jdhall75
Initializing the update calendar class
0 1153 posted 13 years ago by jdhall75
Template for for Codeigniter calendar class. Modified from default for css styling and multiple events per table cell.
0 1430 posted 13 years ago by jdhall75
This function checks if the $stringComplete variable ends with the string $endString.
0 1222 posted 13 years ago by satie83
A nice way to do sorting of a key on a multi-dimensional array - DavidG
0 1558 posted 13 years ago by satie83
Add the below commented sections into the appropriate functions in your /app/code/core/Mage/Adminhtml/Block/Sales/Order/Grid.php and you'll be good to go! This has been (personally) tested with 1.6.1.0
1 1896 posted 13 years ago by ddavidd
add site name to the page title
0 1356 posted 13 years ago by artaserse
Place startTime() at beginning where timing is to start. Get the return value and set the start time variable. At end of script to time call execTime($start) passing the start time and this will calculate elapsed time of execution.
1 1213 posted 13 years ago by anagaiyahoocom
If you want to use this in a class, change the last line to: ` return array_map(array($this, __FUNCTION__), $object ); `
0 1179 posted 13 years ago by jgomez
Obtiene un identificador usando el nombre del host, id del proceso PHP y usando uniqid. Además se agrega una ruta para ver cómo quedaría almacenada en disco la información.
0 890 posted 13 years ago by porquero
bloginfo('name') is a function that generates the name of a WordPress site, the one used in the installation of WordPress and inserted in the Blog Name field under General Settings.
0 689 posted 13 years ago by treociti
Converts a php object to an associative array
1 5514 posted 13 years ago by satie83
Abstract class from which other classes can be derived to handle database access and data retrieval. Constants for database connection (DB_DSN, DB_USERNAME, etc.) must be set in another php file (eg. config.php)
1 1333 posted 13 years ago by osccar
This will give <ul> for the wordpress Menu
0 1368 posted 13 years ago by Farhan
A useful function for different formats of time or if you are dealing with time in PHP code.
0 1079 posted 13 years ago by visionlighter
Replaces all links within href part of anchor in a HTML-String.
1 5874 posted 13 years ago by rwunsch
Replace the code below in your templates 'media.phtml' file. This has mouseover and mouseout but can be removed it needed.
0 1152 posted 13 years ago by TheJasonParker
// quick function to cut back on the length of content
0 1174 posted 13 years ago by rliverman
Relies on "trunCate" a truncating function.
2 2199 posted 13 years ago by rliverman
Thank you Jonathan Sampson for posting this on http://stackoverflow.com/questions/2050789/php-search-a-string-for-a-email-address
0 1858 posted 13 years ago by focal55
default theme perfect menu
0 1143 posted 13 years ago by webtechdev
Writing an PHP array in a javascript file with json_encode.
0 1697 posted 13 years ago by Narayon
1 ... 21 22 23 24 25 ... 147