I think I've got it... you're missing a "php" in your code...
Code:
<br><br>Or you can just <?php gotostep(6,0,0,1,"exit now"); ?> .
</blockquote>
<?
}
// @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
// @@ vbStats - Table Creation - Step 3
// @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
SHOULD be:
Code:
<br><br>Or you can just <?php gotostep(6,0,0,1,"exit now"); ?> .
</blockquote>
<?php
}
// @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
// @@ vbStats - Table Creation - Step 3
// @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@