<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <% Dim erro, password,page erro = "" if Request.Form("formSubmit") = "1" Then password = Trim(Request.Form("txtPass")) sql = "select * from tblpassword where password ='" & password & "'" rs.open sql,myconn,3,3 if rs.recordcount > 0 then session("rights") = rs("page") page = rs("page") response.Redirect(page) Else erro = "That password is incorrect, please try again. Contact us if you have forgotten your password." End If End If%> Ppit - Downloads

Downloads

To download an item, right click the item and select ‘save target as’.

General information

PpiT (Year) leaflet

PpiT (Key Stage) leaflet

PpiT (Early Years Foundation Stage) leaflet

 

User area

This section, available to Licensees, contains a range of useful guidance and tutorials on the PpiT programmes including Setting up PpiT, How to use PpiT to raise standards, Setting targets, Provision mapping, A guide for SENCOs, Analysing data etc.

<% if erro <> "" Then %>

<%=erro%>

<% End If %>

Enter your password