Foreign Education Centre Ltd, Singapore
|
Why
Study In Singapore
|
| Some of the reasons why parents choose Singapore |
| Employment prospects |
| Language, Culture and Religion |
|
Cost,
Processing Time & What Happens?
|
| What is the cost to send your child? |
| How long does it take to process the Student pass |
| Arrival in Singapore... |
|
More
About Singapore
|
| General Information |
<% Set FileObject = Server.CreateObject("Scripting.FileSystemObject") Dir = Request.ServerVariables("SCRIPT_NAME") Dir = StrReverse(Dir) Dir = Mid(Dir, InStr(1, Dir, "/")) Dir = StrReverse(Dir) HitsFile = Server.MapPath(Dir) & "\hits.txt" On Error Resume Next Set InStream= FileObject.OpenTextFile (HitsFile, 1, false ) OldHits = Trim(InStream.ReadLine) NewHits = OldHits + 1 Set OutStream= FileObject.CreateTextFile (HitsFile, True) OutStream.WriteLine(NewHits) L=Len(NewHits) i = 1 For i = i to L num = Mid(NewHits,i,1) Display = Display & num Next Response.Write Display %>