View Single Post
Old 01-30-2008, 05:43 PM   #4 (permalink)
sarmenhb
The Addict
 
sarmenhb's Avatar
 
Join Date: Jan 2008
Location: los angeles
Posts: 309
Thanks: 44
sarmenhb is on a distinguished road
Default

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
sarmenhb is offline  
Reply With Quote