Info
- 5 posts
- 2 voices
- Started 5 years ago by ardentfrost
- Latest reply from ardentfrost
- This topic is not a support question
get_row
-
- Posted 5 years ago #
Anyone know why when I use get_row it prints this
Object id #6It fills my variable correctly, it just prints this and I don't want it to :)
-
- Posted 5 years ago #
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);
-
- Posted 5 years ago #
I know that s010. Like I said, my var acts like I want it to. But it just prints out that Object thing for no apparent reason. I took out all echos and print statements, and just sitting there at the top of my screen is the thing I mentioned. I can't figure out why it's printing that to my screen.
-
- Posted 5 years ago #
-
- Posted 5 years ago #
n/m, I r t3h stoopid
-
You must log in to post.