Ejemplo n.º 1
0
        }
    } else {
        if ($pfDebug) {
            echo '<h1 style="color:red;">Not Ok</h1>';
            $tabs->endTab();
        }
    }
    if ($form_data->asub == "1") {
        header("Location: " . $form_data->r_url);
        exit;
    }
    if ($pfDebug) {
        $tabs->endTab();
        $tabs->startTab('ReplaceVars', "session");
    }
    $strResult = $objMyForm->replaceVars($form_data->note);
    if ($pfDebug) {
        echo '<div><b>strResult</b> = ' . $strResult . '</div>';
        echo "<hr />";
        $tabs->endTab();
    }
}
// if submitted
if ($pfDebug) {
    $tabs->endTab();
    report_env($tabs, 1);
    $tabs->endPane();
    echo '</div>';
}
if ($form_data->useContainer) {
    ?>