Hi, please find attached my register page form, any help would be much appreciated
[php]
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
Apply To Register Your Child With Kids Management
Personal InformationPersonal Information Notes
<? if ($Err_ParentsName) {
echo "$Err_ParentsName ";
}
?>
Parents Name:
<? if ($Err_firstname) {
echo "$Err_firstname ";
}
?>
Childs First Name:
<? if ($Err_surname) {
echo "$Err_surname ";
}
?>
Childs Surname:
<? if ($Err_address1) {
echo "$Err_address1 ";
}
?>
Address:
<? if ($Err_city) {
echo "$Err_city ";
}
?>
City / Town:
<? if ($Err_county) {
echo "$Err_county ";
}
?>
County:
Please Select
<?
if (isset($_POST["county"])) { ?>
<? echo $county?>
------------------
<?
} ?>
Avon
Bedfordshire
Berkshire
Buckinghamshire
Cambridgeshire
Cheshire
Cleveland
Cornwall
Cumbria
Derbyshire
Devon
Dorset
Durham
Essex
Gloucestershire
Greater London
Greater Manchester
Hampshire
Hereford & Worcestershire
Hertfordshire
Humberside
Isle of Man
Isle of Wight
Kent
Lancashire
Leicestershire
Lincolnshire
Merseyside
Norfolk
Northamptonshire
Northumberland
Nottinghamshire
Oxfordshire
Shropshire
Somerset
Staffordshire
Suffolk
Surrey
Sussex
Warwickshire
West Midlands
Wiltshire
Yorkshire
<? if ($Err_postcode) {
echo "$Err_postcode ";
}
?>
Postcode:
Contact Information
Contact Information Notes
<? if ($Err_email_address) {
echo "$Err_email_address ";
}
?>
Email Address:
<? if ($Err_telephone) {
echo "$Err_telephone ";
}
?>
Home Telephone:
<? if ($Err_mobile) {
echo "$Err_mobile ";
}
?>
Mobile:
Profile Information
Profile Information Notes
<? if (isset($_POST["firstname"])) {
echo "Please Select Your Childs Skills ";
}
?>
Skills:
Dancing
Acting
Singing
Sports
<? if ($Err_sex) {
echo "$Err_sex ";
}
?>
Sex:
checked="checked"<? } ?> /> Male checked="checked"<? } ?> /> Female
Date of Birth:
<?
for ($i = 1; $i <= 31; $i++) {
?>
selected="selected"<? } ?>><? echo $i ?>
<?
}
?>
<?
$Month = strtotime("01-01-2009");
for ($i = 0; $i <= 11; $i++) {
$month = date("F", strtotime("+$i months", $Month));
?>
selected="selected"<? } ?>><? echo $month ?>
<?
}
?>
<?
$Year = strtotime("01-01-". date("Y", time() + (8 * 3600)));
for ($i = 0; $i <= 20; $i++) {
$year = date("Y", strtotime("-$i years", $Year));
?>
selected="selected"<? } ?>><? echo $year ?>
<?
}
?>
<? if ($Err_height) {
echo "$Err_height ";
}
?>
Height:
<? if ($Err_hairlength) {
echo "$Err_hairlength ";
}
?>
Hair Length:
Please Select
selected="selected"<? } ?>>Long
selected="selected"<? } ?>>Medium
selected="selected"<? } ?>>Short
<? if ($Err_haircolour) {
echo "$Err_haircolour ";
}
?>
Hair Colour:
Please Select
selected="selected"<? } ?>>Black
selected="selected"<? } ?>>Brown
selected="selected"<? } ?>>Light Brown
selected="selected"<? } ?>>Blonde
selected="selected"<? } ?>>Dark Blonde
selected="selected"<? } ?>>Red
selected="selected"<? } ?>>Auburn
<? if ($Err_eyecolour) {
echo "$Err_eyecolour ";
}
?>
Eye Colour:
Please Select
selected="selected"<? } ?>>Blue
selected="selected"<? } ?>>Green
selected="selected"<? } ?>>Black
selected="selected"<? } ?>>Brown
selected="selected"<? } ?>>Hazel
selected="selected"<? } ?>>Blue/Green
selected="selected"<? } ?>>Blue/Grey
selected="selected"<? } ?>>Green/Grey
<? if ($Err_ethnicorigin) {
echo "$Err_ethnicorigin ";
}
?>
Ethnic Origin:
Please Select
selected="selected"<? } ?>>White
selected="selected"<? } ?>>Mixed Race
selected="selected"<? } ?>>Black
selected="selected"<? } ?>>Asian
selected="selected"<? } ?>>Oriental
<? if ($Err_ShoeSize) {
echo "$Err_ShoeSize ";
}
?>
Shoe Size:
Profile Photos
<?
if (isset($_POST["firstname"])) {
if ($firstname == '') { ?>
Photo Upload Notes
Picture to Upload 1
Picture to Upload 2
Picture to Upload 3
Picture to Upload 4
<?
} else {
echo "Your Photos have been uploaded, no need to upload them again
"; } } else { ?>Photo Upload Notes
Picture to Upload 1
Picture to Upload 2
Picture to Upload 3
Picture to Upload 4
<?
}
?>
Login Information
Login Information Notes
<? if ($Err_loginname) {
echo "$Err_loginname ";
}
?>
Desired Login Username:
<? if ($Err_passwd) {
echo "$Err_passwd ";
}
?>
Desired Password:
Desired Password Again:
<img src="images/loading.gif" alt="Uploading Files" title="Uploading Files"