I have an sql query :
$variable_tablename;
$componentkhy1 = $Ns_Azuredb->get_results("SELECT * FROM tabkh WHERE TabkhSystem = '".$varInput_CalcSystemKh."';");
foreach ($componentkhy1 as $rs_componentkhy1)
{
$khsysy1 = $rs_componentkhy1->table_name;
}
instead of the table_name, i would like to use the variable $variable_tablename is it possible to do so?
Thanks guys
table_name? Do you meantabkh?