Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: get_row


so1o
Participant

@so1o

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);

Skip to toolbar