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





Work > Main

Students need money - and if we're not going to rob a bank, we're going to have to work for our quids!

Do you know how much you can earn before you have to pay tax? We're not saying don't pay tax (ok, maybe we are!), but it's up to you to be clued into exactly what the score is!

We've got all the latest job vacancies too, with listings for summer jobs, part time jobs, full time jobs and more. Plus we've got the lowdown on the different types of jobs and how to make sure you get the job of your dreams with the perfect interview!

MONEY, MONEY, MONEY...

A lot of people ask whether they can hold a job and still study - nearly everyone does it, but does it effect your grades? We've got a couple of students doing exactly that to tell us how they're getting on. [more]

MESSAGE BOARD

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