php register form pt 2

Hi, please find attached my register page form, any help would be much appreciated
[php]

<?php include 'dbconx.php'; $query = mysql_query("SELECT * FROM pages WHERE id = '4'") or die (mysql_error()); while ($r = mysql_fetch_array($query)) { $meta_key = $r["meta_key"]; $meta_desc = $r["meta_desc"]; $header_title = $r["header_title"]; $text = $r["text"]; } include 'header.php'; ?> Kids Management body,td,th { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000; }

body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;

}

<?php echo $text; ?> <?php $ParentsName = $_POST["ParentsName"]; $Err_ParentsName = $_POST["Err_ParentsName"]; $firstname = $_POST["firstname"]; $Err_firstname = $_POST["Err_firstname"]; $surname = $_POST["surname"]; $Err_surname = $_POST["Err_surname"]; $address1 = $_POST["address1"]; $Err_address1 = $_POST["Err_address1"]; $address2 = $_POST["address2"]; $city = $_POST["city"]; $Err_city = $_POST["Err_city"]; $county = $_POST["county"]; $Err_county = $_POST["Err_county"]; $postcode = $_POST["postcode"]; $Err_postcode = $_POST["Err_postcode"]; $email_address = $_POST["email_address"]; $Err_email_address = $_POST["Err_email_address"]; $telephone = $_POST["telephone"]; $Err_telephone = $_POST["Err_telephone"]; $mobile = $_POST["mobile"]; $Err_mobile = $_POST["Err_mobile"]; $sex = $_POST["sex"]; $Err_sex = $_POST["Err_sex"]; $dob_day = $_POST["dob_day"]; $dob_month = $_POST["dob_month"]; $dob_year = $_POST["dob_year"]; $height = $_POST["height"]; $Err_height = $_POST["Err_height"]; $hairlength = $_POST["hairlength"]; $Err_hairlength = $_POST["Err_hairlength"]; $haircolour = $_POST["haircolour"]; $Err_haircolour = $_POST["Err_haircolour"]; $eyecolour = $_POST["eyecolour"]; $Err_eyecolour = $_POST["Err_eyecolour"]; $ethnicorigin = $_POST["ethnicorigin"]; $Err_ethnicorigin = $_POST["Err_ethnicorigin"]; $ShoeSize = $_POST["shoesize"]; $Err_ShoeSize = $_POST["Err_shoesize"]; $loginname = $_POST["loginname"]; $Err_loginname = $_POST["Err_loginname"]; $passwd = $_POST["passwd"]; $Err_passwd = $_POST["Err_passwd"]; $repeat_passwd = $_POST["repeat_passwd"]; ?>

Apply To Register Your Child With Kids Management

Personal Information

Personal 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"
    [/php]

    I don’t see where you mention a problem with this script. If you tell us what the issue is you will get better responses. We are not going to waste our time trying to find the issues if you cant even spend a few seconds to tell us what the problem is

    Sponsor our Newsletter | Privacy Policy | Terms of Service