Profile
Achievement
localhorst's Recent PHP Snippets
- All /
« Prev 1 Next »
Example
Running:
alphaID(9007199254740989);
will return 'PpQXn7COf' and:
alphaID('PpQXn7COf', true);
will return '9007199254740989'
Easy right?
1
2133
posted 16 years ago by localhorst
very easy to use pagination class, see website for comments
1
2727
posted 17 years ago by localhorst
Many examples that show how to use the header() function of PHP
3
2195
posted 18 years ago by localhorst
When processing text for a search engine or analysis tool, code needs to strip out punctuation, formatting, spacing, and control characters to reveal indexable text. In international text there are hundreds of these characters, and some should be rem...
1
1911
posted 18 years ago by localhorst
This snippet shows you how to limit the download rate of a file download.
18
11923
posted 18 years ago by localhorst
customized breadcrumbnavigation for PHPWCMS.
Gives more control over styling and display.
{MYBREADCRUMB:n}
0
1654
posted 18 years ago by localhorst