Foundation in Lightroom Redemption
Sorry this offer has sold out, but don’t worry, you can still enrol on the best-selling online photography course in the UK by interest-free instalments of just £49 per month.
Find out more here
switch ($_GET['errorCode']) {
case 100:
echo '
Error - Please fill in all compulsary fields:
'.$_GET['missingFields'].'
';
break;
case 200:
echo '
Error - Invalid Voucher Code. Please try again.
';
break;
case 300:
echo '
Username already exists. If you are an existing student, please log in as an existing customer using your current email address. If you are a new student, please choose a different username
';
break;
case 400:
echo '
Email already exists. If you are an existing student, please log in as an existing customer using your current email address. If you are a new student, please choose a different username
';
break;
case 500:
echo '
Email not found. If you are a new student, please select "New IoP Student" from the drop down list.
';
break;
} ?>