<% 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 > Revision

Revision sites

It's key you get down to some hearty revision if you want to smack all of those exams. So we've got a list of revision web sites you should use to stay on top of the game:

You'll probably know some of these already - but make sure you use them all, or at least see what they're offering just to make sure you're not missing any key parts in your GCSE revision.

Finally, if you have any sites you'd like to add - do it on the messageboard!

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