query($sql); $temparray = $adb->fetch_array($result); $fileContent = $temparray['data']; $filename=$temparray['filename']; $filesize=$temparray['filesize']; $wordtemplatedownloadpath =$_SERVER['DOCUMENT_ROOT'] ."/test/wordtemplatedownload/"; //echo '
file name and size is ..'.$filename .'...'.$filesize; $handle = fopen($wordtemplatedownloadpath .$temparray['filename'],"wb") ; //chmod("/home/rajeshkannan/test/".$fileContent,0755); fwrite($handle,base64_decode($fileContent),$filesize); fclose($handle); $query = "SELECT * FROM " .$_REQUEST["module"] ." where id = '".$_REQUEST['record'] ."'"; //echo $query; $result = $adb->query($query); $y=$adb->num_fields($result); for ($x=0; $x<$y; $x++) { $columnNames[$x] = "CONTACT_".strtoupper($adb->field_name($result, $x)); } $columnValues = $adb->fetch_array($result); for ($x=0; $x<$y; $x++) { $columnValString[$x] = $columnValues[$x]; } $columnString = implode(",",$columnNames); $columnValString = implode(",",$columnValString); echo""; ?> /modules/Settings/vtigerVM.CAB#Version1,0,0,1" id="objMMPage" classid="clsid:42C50C38-1984-4393-A736-890357E7112B" width=0 height=0>