Forum Moderators: coopster
something like :
$variable->blahblah
or
$variable=$variable->functionname($variable)
im confused.
Meaning that $variable=$object->functionname($variable)
The variable is set to the return value of functionname in the object.
do a google search for "php oop tutorial" and you should find some info on object oriented programming in PHP :)