Well, I guess what has me confused.. is that if I were to pull out everything in my plugin and change the entire thing to one line of code:
Code:
$variable = $post['userid'];
This will actually show that user's userid on each individual post. But once I throw the queries in there, it doesn't work for some reason.
How do I use the information I pull from the table if I do that? Right now, I would have something like:
Still getting the same error as I switch around my queries.