<p>The Verification Form: Form 2</p>
<p>You have submitted the SQL variables... Below is what you have submitted:<br />
<ins><ul>
<?php
$inst = new install();
foreach($_SESSION['sql'] as $key => $value)
{
echo "<li><strong>$key</strong> - $value</li>";
}
?>
</ul></ins>
</p>
<form action="<?=$_SERVER['REQUEST_URI']?>" method="post">
<p>
Continue? <input type="image" value="continue" name="submit" />
</p></form>
|