Hi,
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:
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");
}
[I]exit("error in uploading"." ".$idno)
[/I]
}
I don't have idea in this error. Please help me out.Thanks in advance