Hello,
In my code i have to fetch data from ajax to my code but it gives me epty result. please give me solutions.
this is my code
<?php $res=mysql_connect(“localhost”,“root”,"");
mysql_select_db(“kanibrainnew1”);
require_once("…/dhtmlxConnector_php/codebase/grid_connector.php");
$grid = new GridConnector($res);
$grid->dynamic_loading(100);
$projID=$_REQUEST[‘projid’];
//if($grid->is_select_mode()){//code for loading data
$grid->render_sql(“select * from shot,shotTaskArtist where shotTaskArtist.projID = shot.projID and shot.projID=‘om’ and shotTaskArtist.shotID = shot.shotID”,“shotID”,“shotID,shotStatus,taskID,TaskREF,task_note,mandays,userID,taskStatus,startDate,endDate,priority,naxt_sub,last_sub,actualMandays,supervisorName”);
?>
this is html file
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
“http://www.w3.org/TR/html4/loose.dtd”>
<!-- addd for multiple select dropdown —>
<!-- addd for multiple select dropdown —>
|
||||||||||||||
| ||||||||||||||
wuth the helpmof below code i m passing the value of select box to connector.php and showing result buut it gives me empty result reply me as sson as possible