Welcome To Snipplr
Everyone's Recent Snippets Tagged php
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This will remove all non-ascii characters / special characters from a string.
1
1621
posted 14 years ago by daipratt
No entiendo xq no procesa esta formulario...? si en lugar de hacer un ajax.post hacemos un div_id.setInnerFBML(formdata); No printa en ajaxMessage nada, lo deja en blanco.
1
656
posted 14 years ago by estadoactivo
I'm not well versed in international address formatting, but this seems to work for most cases. Critiques are welcome!
0
820
posted 14 years ago by iloveitaly
run this from plugins/emotions and copy/paste the output to emotions.htm
0
992
posted 14 years ago by hamsterbacke82
This method is easy to write, but not very efficient, as you can imagine.
2
1475
posted 14 years ago by dyteq
Use this function if you need to get the same day in the next month (or how many you need).
Using defaults functions of php you got this:
echo date('Y-m-d', strtotime( " + 1 month " , strtotime('2010-01-31'))); (Output: '2010-03-03')
and if yo...
0
685
posted 14 years ago by vitorbari
Summary
=======
A useful function for masking arrays. Very useful if you have a function or method that takes arguments in an array, and you would like to force that array to have a specific structure.
Its also great for setting defaults due to...
0
1231
posted 14 years ago by RobertWHurst
To enable error reporting for *ALL* error messages including every error level (including E_STRICT, E_NOTICE etc.), simply use:
1
562
posted 14 years ago by Hepamin
Takes the ID of a page, then displays a list of child pages with thumbnails and page titles. The thumbnail is generated from the 'featured image' of the particular child page.
2
1037
posted 14 years ago by martinlucas
CSS:
<pre><code>div.pagination {
padding: 3px;
margin: 3px;
}
div.pagination a {
padding: 2px 5px 2px 5px;
margin: 2px;
border: 1px solid #AAAADD;
text-decoration: none; /* no underline */
color: #000099;
}
div.pagination a:...
1
709
posted 14 years ago by Alexxandar
Prints an array (recursive) as PHP code (can be pasted into a php file and it will work).
Note: This function can process arrays with integers/strings/sub-arrays. It is impossible to process resources (they have a state), and while it is possible...
1
979
posted 14 years ago by BrunoDeBarros
If post thumbnail doesn't exist, then get the first uploaded image. Change sizes as needed.
0
1189
posted 14 years ago by vagrantradio