Posted: Fri Nov 07, 2003 12:57 pm
Sure no problem, thanks!!
Code: Select all
<?php
been submitted as it is more reliable than the submit button due
to browser implementations -->
<input type="hidden" name="action" value="post" />
<input type="submit" name="submitcomputer" value="submit" />
</form>
<?php
} else {
//Connect to the database server
$dbcnx = @mysql_connect('localhost', 'root', 'wheelie');
if (!$dbcnx) {
// parenthesis are uneccessary around echo statements, try not to have them
// spanning multiple lines as you were, it will cause issues with debuggin
// as
?>