Home l  Feedback I   Contact Us I GPG Portal I   Disclaimer

CONTACT INFORMATION

HEAD OFFICE
Physical Address

111 Commissioner Street, Johannesburg
2001
Postal Address
P.0.Box 7710
Johannesburg, 2000
Switchboard: (011) 355 0000
Call Centre: (011) 355 0966/0559/0198/0600
E-mail: gdeinfo@gauteng.gov.za

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 
<% Function HitCount() fp = Server.MapPath("aspcount.txt") Set fs = CreateObject("Scripting.FileSystemObject") Set a = fs.OpenTextFile(fp) ct = a.ReadLine if ct = "" then ct = 1 else ct = ct + 1 end if Set a = fs.CreateTextFile(fp, True) a.WriteLine(ct) a.Close response.write (ct) End Function %>