I have seen foo, bar, and foobar in lots of code examples. Are these just expressions used by most programmers to subsitute for variables when they are giving examples of code or do they have some value in php?
Brian
it is the standard of generic variable names layed out in the php manual
Could read more on this sort of identifiers.