Hi,

Sorry, but I'm now lost...my fault totally as I'm a PHP newbie!

I'm not sure how the form should now look at what code should be where?

Based on everything you have shown me and my form can you please show me how the completed page should now look and where I should be including the sample connection below:

PHP Code:
<?php 
$database
="mydbname"
mysql_connect ("localhost""myusername""mypassword"); 
@
mysql_select_db($database) or die( "Unable to select database"); 
$result mysql_query"SELECT * FROM recruitment" 
or die(
"SELECT Error: ".mysql_error());
Thanks again.