Can someone tell my whats wrong with my mysql code? It doesnt display the teamspeak password.
$result = mysql_query("SELECT * from phpbb_posts_text WHERE 'post_id' = 35"); // GET TEAMSPEAK PASSWORD
$r=mysql_fetch_array($result);
$ts = $r["post_text"];
echo "TEAMSPEAK PASSWORD: $ts";