iloveitaly


Member since 04/11/2007

Website: http://mabblog.com/

35 snippets

30262 profile views

3 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

iloveitaly's Recent PHP Snippets



« Prev 1 2
Format's var export so things looks a little bit nicer
0 2710 posted 14 years ago by iloveitaly
0 1809 posted 14 years ago by iloveitaly
I'm not well versed in international address formatting, but this seems to work for most cases. Critiques are welcome!
0 1547 posted 15 years ago by iloveitaly
Useful when used with the google map directions function http://snipplr.com/view/15530/php-create-google-map-directions-link/
0 1784 posted 15 years ago by iloveitaly
0 2779 posted 15 years ago by iloveitaly
0 2754 posted 15 years ago by iloveitaly
Assumes that the record has a `name` field which represents the name of the location and always has a defined two character `country` field.
0 1750 posted 15 years ago by iloveitaly
like array_search but compares against a specific key in each element of the array
2 1705 posted 15 years ago by iloveitaly
0 1399 posted 15 years ago by iloveitaly
1 1666 posted 16 years ago by iloveitaly
Before: ` Array ( [0] => Array ( [total_sessions] => 24 [study_type_id] => 1 ) [1] => Array ( [total_sessions] => 24 [study_type_id] => 2 )...
0 1394 posted 16 years ago by iloveitaly
0 1224 posted 16 years ago by iloveitaly
0 1829 posted 16 years ago by iloveitaly
0 1316 posted 16 years ago by iloveitaly
Useful for controllers. Put this in your base class for easy caching on variable (GET, POST) dependent pages
0 1425 posted 16 years ago by iloveitaly
Using the kohana framework for XSS protection
0 1690 posted 16 years ago by iloveitaly
0 1464 posted 16 years ago by iloveitaly
Convenience function to set a SimpleXMLElement's attributes quickly.
0 1400 posted 16 years ago by iloveitaly
0 1071 posted 16 years ago by iloveitaly
Like python's os.listdir
1 1977 posted 16 years ago by iloveitaly
0 1036 posted 16 years ago by iloveitaly
Construct DateTime object with unix timestamp
0 1547 posted 16 years ago by iloveitaly
like array_key_exists but accepts an array of key values to check
0 1198 posted 17 years ago by iloveitaly
this function processes a URL that 'should' be a full url (i.e. http://something.com/dfsdfs/) and makes sure it contains http:// for easy inclusion as a link into a href attribute
0 1343 posted 17 years ago by iloveitaly
2 2191 posted 17 years ago by iloveitaly
2 2094 posted 17 years ago by iloveitaly
« Prev 1 2