Hadda put that in the title...
Ok.
how would I pull a single field from the user table, based on a certain userid, and assign it to a variable??
I'm using this:
PHP Code:
$tacemontest = $DB_site->query("SELECT $th_rong_name FROM user WHERE userid='$counter'");
But all it returns is Resource#15 Resource#16, etc, etc, etc.
What's wrong?
Oh, $th_rong_name and $counter are variables in the script, and they do do what they should.