Possible Duplicate:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result
I am fetching data from MySQL data base in PHP but it gives error like following:
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/content/i/h/u/ihus235/html/cs/emrapp/surveyList.php on line 97 []
Below is the query which I am using to select data:
$query = mysql_query("SELECT * form survey_Profile where user_Id='".$user_id."' ");