<% Server.ScriptTimeout=300 dim conn,txt_cat,sql1 dim txtcounty session.Abandon() 'To establish connection with DB set conn=Server.CreateObject("ADODB.Connection") conn.ConnectionString = "Directory_Services" conn.Open sql="SELECT Distinct Town FROM schools" 'To make a recordset for retrieving records from category table in DB set rs=conn.Execute(sql) %>

Members Login



News





GCSEs > Main

Everything you'll ever need to know about GCSES, and more!

GCSEs which are also known as General Certificate of Secondary Education to the boffins, are exams which are taken by most students when they are 16 years old.

More or less everyone has to do these, whatever you want to do in the future. GCSE results, and the range of subjects taken, can have an impact on future choices in education, and in some cases career.

Most places, including colleges, and prospective employers treat grades A*, A, B and C as 'passes'.

GCSES can be really worrying. It's the first time you've ever really been put under academic pressure, and everyone gets a little nervous on their first time! A lot of people ask these common questions. [more]

> Got a question?
> Got an answer?
> Want to talk to other college students?
> Got some advice for others?
Then you want the messageboard...

<% rs.close set rs=Nothing conn.Close set conn=Nothing %>