Basically I have asp, php, html, xml, xsl. Does anyone know how I can debug the site as my data is getting lost along the way and need to find out where...
Thanks in advance,
Patros
Set fs = CreateObject("Scripting.FileSystemObject"
Set objLog = fs.OpenTextFile(strFileName, 8)
strLog = date & " " & time
objLog.WriteLine strLog
objLog.Close
set fs = nothing
set objLog = nothing
%>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.