Didn't query

hmm for some reason i’m getting the error “didn’t query” but when i test my query in mysql itsself it works :S:S

here is my code

$query = “SELECT questions FROM questions WHERE questionid = 4”;
$result = mysql_query( $query ) or die (“didn’t query”);