Profile
Achievement
You have not received any achievements.chrisaiv's Recent SnippetsTagged php
- All /
« Prev 1 Next »
Here are some ways to figure out what file or directory your script is loading from.
0
159
posted 11 years ago by chrisaiv
Here are a few examples that show how the relationship between objects and references
0
139
posted 11 years ago by chrisaiv
References are like aliases. Instead of assigning memory to the new variable, you're simply pointing to the previous variable.
0
187
posted 11 years ago by chrisaiv
A million different ways to incrementally increase a number, here's another.
1
140
posted 11 years ago by chrisaiv
Dates and Time are always important to understand in any language. PHP has some rockin' functions but here are a few that I use the most.
0
192
posted 11 years ago by chrisaiv
AJAX by default only lets you play within your own Domain.com but there are plenty of times where you want to use someone else's feed. Check out http://snipplr.com/view/12466/jquery-parse-rss-feed/ to understand the rest.
1
183
posted 11 years ago by chrisaiv
I find these Joomla snippets to be useful when constructing a new template.
4
193
posted 12 years ago by chrisaiv