aristoworks


Member since 06/20/2008

11 snippets

7464 profile views

2 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet popular snippet:having a snipplet with 20 favorites

aristoworks's Recent SnippetsTagged php



« Prev 1 Next »
This is a very rudimentary function used to convert a Datetime delivered by the Twitter API to a format you can store in MySQL's datetime field.
0 2039 posted 13 years ago by aristoworks
I wrote this really quick and dirty script to paginate a very large chunk of text. A client site was setup with the understanding their about page would consist of 5-6 paragraphs but their biography ended up being 60 paragraphs. At the end of the d...
0 1064 posted 15 years ago by aristoworks
This is a simple function that will return an array of all the dates corresponding to the day 'Monday' for a given year. It's pretty simple and may not be the cleanest way but it works for my purpose.
0 1439 posted 15 years ago by aristoworks
This is a simple script that will allow you to crop an image that you upload from a form.
1 1198 posted 16 years ago by aristoworks
This handy little script will allow you to detect whether or not a user is running FireFox as their browser.
0 1076 posted 16 years ago by aristoworks
This is a simple function that will take a folder path and remove all of its contents including files and directories.
0 1277 posted 17 years ago by aristoworks
Magic Quotes is a great feature of PHP but sometimes it can just get annoying. It's simple enough to turn it off at the .ini and restart apache but here's a quick .htaccess workaround
2 1454 posted 17 years ago by aristoworks
A simple method of validating an IP address using PHP and regular expressions
2 3907 posted 17 years ago by aristoworks
This is a simple method of validating a 9-digit zip code using PHP and regular expressions
3 3106 posted 17 years ago by aristoworks
A simple method of validating an email address using PHP and regular expressions
4 2091 posted 17 years ago by aristoworks
A simple method of validating a telephone number using regular expressions and PHP
3 2297 posted 17 years ago by aristoworks
« Prev 1 Next »