Hi
I have master detail working with msql but when I change to mysqli it does not.
I could not find any examples that work with mysqli.
Each new grid I am passing in dbconfig array.
$ogrid = new jqgrid( db_config_array("lists"));
This array works for multiple grids on same page, however not when they are master detail.
Could this have something to do with it not being the same connection?
Normally to use the same connection I would pass around the results of mysqli_connect.
Thanks
Glenn
1 Answers
Nothing special is required for mysqli
Connection changes should work.
Working demo code: http://pastebin.com/mhCzfVRD
Your Answer