Hi,
I don't have any idea on this error:
I am facing the error in this block.Please have a look on this:
I don't have idea in this error. Please help me out.Thanks in advance
I don't have any idea on this error:
Object of class variant could not be converted to string.
I am facing the error in this block.Please have a look on this:
Code:
IF($g!="P") { mssql_close($dbhandle); //*** Close & Quit ***// $excel_app->Application->Quit(); $excel_app = null; $Workbook = null; $Worksheet = null; if (file_exists("$uploadedfilepath")) { #delete unlink($uploadedfilepath) or die ("Could not delete file"); } exit("error in uploading"." ".$idno) }
Comment