Welcome To Snipplr
Everyone's Recent PHP Snippets Tagged number
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
« Prev 1 Next »
Return a pure 10-digit phone number if the number given is 10 digits or 11 digits.
0
1427
posted 11 years ago by chrisvogt
Create navigation links without the need of a plugin, using paginate_links function of wordpress core.
0
1981
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
1091
posted 12 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
977
posted 13 years ago by lasavior
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
3170
posted 13 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
1451
posted 13 years ago by bwangila
Will help convert string to number OR get number in a selected string.
0
837
posted 14 years ago by carbonr
A simple PHP application for counting how many views a page gets.
0
714
posted 14 years ago by FelixT
this could be expanded to the billions place, but c'mon really people? it's got to call it quits somewhere
1
931
posted 14 years ago by adkatrit
Will strip off the decimals of a number (price) unless they are necessary.
0
696
posted 14 years ago by jmiller
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
1749
posted 15 years ago by iridium
A simple method of validating a telephone number using regular expressions and PHP
3
1517
posted 16 years ago by aristoworks
Convert an number to a position / ranking. 1 becomes 1st, 2 becomes 2nd, etc...
2
1110
posted 16 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
1390
posted 17 years ago by andyhartleeds
« Prev 1 Next »