PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
<?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
?>