Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Save in a php file and run in the directory.
Remove directory files through ftp.
Remove php file
0
695
posted 13 years ago by resting
use bulk load to save a large SAS dataset into oracle/DB2/SQL Server/ Teradata for joining with other tables etc..
Alternate link : http://www2.sas.com/proceedings/sugi29/106-29.pdf
0
1060
posted 13 years ago by mprabhuram
Convert a Drupal time stamp field into a readable format. The Drupal time stamp field is in the UNIX format.
1
995
posted 13 years ago by daipratt
As of my ongoing preparation for the 1K tweet :) I was interested to see the 1000th tweet from some friends timeline. And when I didn't find an existing method, I thought I could write few jQuery lines to solve this..
1
974
posted 13 years ago by mikemore
Tres formas de comprobar la existencia de un archivo:
Three ways to test the existence of a file:
0
957
posted 13 years ago by eliluminado
Simple jQuery script to display Twitter trending stories of your website and their Twitter trackbacks by combining 2 of my jQuery plugins - Popular on Twitter Widget & Twitter Trackbacks Widget.
[Read more](http://www.moretechtips.net/2010/10/combin...
1
647
posted 13 years ago by mikemore
Only this portion needed
// Add page template suggestions based on node type, if we aren't editing the node.
if ($vars['node'] && arg(2) != 'edit') {
$vars['template_files'][] = 'page-nodetype-'. $vars['node']->type;...
1
771
posted 13 years ago by resting
This will make all errors be shown and logged. Useful for when you want to figure out what's wrong but the production server doesn't display any errors.
1
745
posted 14 years ago by BrunoDeBarros
Как Ñделать вывод из неÑкольких таблиц (php mysql)
Итак, имеем:
Три таблицы - articles, categories и sections. По иерархии - в sections включаютÑÑ categories, а в catego...
0
778
posted 14 years ago by graceman9