i have this query:
$query = mysql_query("SE LECT F_ID,F_TITLE,A_ FNAME,A_LNAME FROM (take_part INNER JOIN film ON F_ID = T_P_ID)INNER JOIN actor ON A_PID = ACTOR_ID WHERE A_PID=\"$a_id\" ");
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Resource id #3' at line 1
$query = mysql_query("SE LECT F_ID,F_TITLE,A_ FNAME,A_LNAME FROM (take_part INNER JOIN film ON F_ID = T_P_ID)INNER JOIN actor ON A_PID = ACTOR_ID WHERE A_PID=\"$a_id\" ");
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Resource id #3' at line 1
Comment