01-30-2008, 05:43 PM
|
#4 (permalink)
|
|
The Addict
Join Date: Jan 2008
Location: los angeles
Posts: 309
Thanks: 44
|
thanks for the code ill print and review it.
i do have a question, so in the methods(functions) in a class can i put any normal thing that a regular function had for example if i wanted a function to do this
Code:
function test($name,$age)
{
$n_age = $age + 1
$out = hello." ".$name." I see that you are." ".$age." years old!";
return $out
}
__________________
no signature set
|
|
|
|