Welcome To Snipplr


Everyone's Recent PHP Snippets Tagged number



« Prev 1 Next »
Put it in functions.php
0 861 posted 9 years ago by burnandbass
Return a pure 10-digit phone number if the number given is 10 digits or 11 digits.
0 1189 posted 11 years ago by chrisvogt
Create navigation links without the need of a plugin, using paginate_links function of wordpress core.
0 1543 posted 11 years ago by rudwolf
Straatnamen en huisnummer splitsen, hieronder diverse types straatnamen Bron: http://www.pfz.nl/archief/965267-adres-splitsen-in-straatnaam-en-huisnr/
0 870 posted 11 years ago by MGHollander
Takes a number (no decimal) and converts it to written words.Why'd i write it to be able to do such big numbers? Why not? Note: The numbers next to the 'thousandfoldnums' are for your reference (thats how many zeros/places there are in that numbe...
0 757 posted 12 years ago by lasavior
0 611 posted 12 years ago by dubogii
This simple function allows you to find a weeks position in the month based on a given date. For instance I needed to alert the user their date was the "Second Week Of January" during a given month. I may never use it again but it came in very hand...
0 2835 posted 12 years ago by aristoworks
I needed to split a decimal number into the integer part and the fraction part and save both of them in different variables
0 1163 posted 13 years ago by bwangila
Add this in search.php
0 550 posted 13 years ago by laurentzziu
Will help convert string to number OR get number in a selected string.
0 652 posted 13 years ago by carbonr
0 586 posted 13 years ago by Groove
A simple PHP application for counting how many views a page gets.
0 552 posted 13 years ago by FelixT
0 519 posted 13 years ago by jodm
this could be expanded to the billions place, but c'mon really people? it's got to call it quits somewhere
1 733 posted 14 years ago by adkatrit
Will strip off the decimals of a number (price) unless they are necessary.
0 532 posted 14 years ago by jmiller
Strips out every character except 0-9
0 587 posted 14 years ago by jmiller
1 645 posted 14 years ago by Shifter
3 715 posted 14 years ago by Shifter
1 648 posted 14 years ago by cobra90nj
0 762 posted 15 years ago by Wardy
Return just the Apache version number of your server, and operating system, from $_SERVER['SERVER_SOFTWARE'] Example: print ('Apache Version: ' . apacheversion()); will return something along the lines of... "Apache Version: 2.2.10 (Unix...
1 1461 posted 15 years ago by iridium
0 455 posted 15 years ago by jtkendall
0 442 posted 15 years ago by jtkendall
A simple method of validating a telephone number using regular expressions and PHP
3 1240 posted 15 years ago by aristoworks
Convert an number to a position / ranking. 1 becomes 1st, 2 becomes 2nd, etc...
2 841 posted 15 years ago by distinctdev
How to check if a number is odd or even in PHP. Could also use the MOD (%) function, but apparently this method is better performance-wise.
12 1102 posted 16 years ago by andyhartleeds
« Prev 1 Next »