Re: get_row
get_row gives out object of the row.. to obtain the variables you need to use -> pointer to the variable..
if you want to print what is the content of the variable., use print_r($var);
get_row gives out object of the row.. to obtain the variables you need to use -> pointer to the variable..
if you want to print what is the content of the variable., use print_r($var);