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);
		
	 
	
	
	
 
		
			
	
	
		
		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.
		
	 
	
	
	
 
		
			
	
	
		
		Hmm, when I logout and go to the same like with the afore mentioned output, it says this:
Object id #22
It seems to be doing this similarly to everyone else.  Logged in it gives #6, logged out it gives #22.  I never tell it to do anything, it must be get_row that’s doing it.  
Arrgghhhh