Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
The original code was meant to be used with register_globals=on.
If you cannot or don't want to turn that on, then I have modified the code to work with register_globals=off.
4
1932
posted 18 years ago by Jaymoon
********************************************************************************
* *
* Andreas writes groovy scripts! Jana corrects the mistakes! ;-) *
*...
0
1736
posted 18 years ago by asteinhaus
a function to check the validity of the postcode according to UK rules
0
4387
posted 18 years ago by valcartei
echo validarFecha( '1-1-1998', 0 ) ? 'ok' : 'ko' ; #ok
echo validarFecha( '1-1-1998' ) ? 'ok' : 'ko' ; #ko
echo validarFecha( '1980/05/06' ) ? 'ok' : 'ko' ; #ok
echo validarFecha( '1700-5-1' ) ? 'ok' : 'ko' ; #ok
0
1553
posted 18 years ago by nicolaspar
echo ( browser_detection( 'number' ) .''.
browser_detection( 'browser' ) .''.
browser_detection( 'os' ) .''.
browser_detection( 'os_number' ) );
Outputs (browser version, browser, os, os number):
1.5
moz
nt
5.1
if ( ( browser_de...
2
2939
posted 18 years ago by llbbl
Shows reading a file bundled with a Sun SPOT application.
The file, called winners.txt contains the following 2 lines:
Walker
Griffin
-----------------------------------------------------------
The output would include:
NameOfFile=/winners.txt...
0
1346
posted 18 years ago by javapda
This code will show you how to write Mouse Events using AS3 and also some simple Drawing API as well.
3
2808
posted 18 years ago by mswallace
Since there is no convenient way to clear the console in irb on windows, we can simple emulate the dos cls function
1
3133
posted 18 years ago by vanne
Excellent Script for opening new windows from links while adhering to modern HTML/XHTML standards. Simple put rel="nofollow" in the anchor and link to the script within the HEAD.
I prefer to remove the text that states the link opens in an externa...
1
2139
posted 18 years ago by jonhenshaw