i have an sql
$clid = intval($_GET["rowid"]);
>>> SELECT * FROM cl_list inner join student on cl_list.studentinfo_id = student.studentinfo_id WHERE fcltyid_id = $clid order by student.stdtlastname asc
this works fine with phpmyadmin but when i run it in the grid i get an error message..
4 Answers
yes this is populating when i am using
>>SELECT * FROM cl_list WHERE fcltyid_id = $clid
i get this from firebug
500 internal server error
_search false
fcltyid_id 1
grid_id view_cl
jqgrid_page 1
nd 1446090470056
rowid 1
rows 20
sidx cl_id
sord desc
view_load
Your Answer